修改bug
This commit is contained in:
parent
4b12fc8bee
commit
9e7b3170f8
@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user