项目合规评估流程,责任人填写评估反馈添加条款内容

This commit is contained in:
liyawei
2022-09-28 14:26:40 +08:00
parent a62f990874
commit 2bf2c704cb
@@ -949,11 +949,13 @@ export default {
if (item.workPeople === "请选择责任人") {
item.workPeople = "";
}
item.children.forEach(val => {
if(val.termsConditions){
delete val.termsConditions
}
})
if(item.children){
item.children.forEach(val => {
if(val.termsConditions){
delete val.termsConditions
}
})
}
});
this.isSubmit = true;
this.listForm.commentText = this.commentText;