修改bug

This commit is contained in:
Vce 2024-06-11 21:38:28 +08:00
parent 4b12fc8bee
commit 9e7b3170f8
2 changed files with 12 additions and 7 deletions

View File

@ -2374,7 +2374,7 @@ export default {
}else { }else {
this.getReviewPeopleList(this.addForm1.regionId); this.getReviewPeopleList(this.addForm1.regionId);
} }
this.addForm1.reviewId = "" // this.addForm1.reviewId = ""
}, },
deep:true, deep:true,
}, },
@ -2385,7 +2385,7 @@ export default {
}else { }else {
this.getReviewPeopleList(newVal); this.getReviewPeopleList(newVal);
} }
this.addForm2.reviewId = "" // this.addForm2.reviewId = ""
}, },
deep:true, deep:true,
} }
@ -3233,7 +3233,8 @@ export default {
let data = { let data = {
projectSn: this.projectSn, projectSn: this.projectSn,
// enterpriseTypeId: 7, // enterpriseTypeId: 7,
qualityRegionId: regionId[0].toString(), // qualityRegionId: regionId[0].toString(),
qualityRegionId: regionId.toString(),
qualityRegionBindType: 2, qualityRegionBindType: 2,
isSupervisingRoleName: 1, isSupervisingRoleName: 1,
}; };

View File

@ -2356,7 +2356,7 @@ export default {
}else { }else {
this.getReviewPeopleList(newVal); this.getReviewPeopleList(newVal);
} }
this.addForm1.reviewId = "" // this.addForm1.reviewId = ""
}, },
deep:true, deep:true,
}, },
@ -2367,7 +2367,7 @@ export default {
}else { }else {
this.getReviewPeopleList(newVal); this.getReviewPeopleList(newVal);
} }
this.addForm2.reviewId = "" // this.addForm2.reviewId = ""
}, },
deep:true, deep:true,
} }
@ -2425,7 +2425,10 @@ export default {
}) })
.catch(() => {}); .catch(() => {});
}, },
editRow(obj){ // () async editRow(obj){ // ()
console.log("77777777777777777777777777777")
// await this.getReviewPeopleList(obj.regionId)
console.log("77777777777777777777777777777")
console.log(this.addForm1,777) console.log(this.addForm1,777)
this.addTitle = "编辑"; this.addTitle = "编辑";
this.recordType = obj.recordType; this.recordType = obj.recordType;
@ -3187,7 +3190,8 @@ export default {
let data = { let data = {
projectSn: this.projectSn, projectSn: this.projectSn,
// enterpriseTypeId: 7, // enterpriseTypeId: 7,
qualityRegionId: regionId[0].toString(), // qualityRegionId: regionId[0].toString(),
qualityRegionId: regionId.toString(),
qualityRegionBindType: 2, qualityRegionBindType: 2,
isSupervisingRoleName: 1, isSupervisingRoleName: 1,
}; };