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

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 === "请选择责任人") { if (item.workPeople === "请选择责任人") {
item.workPeople = ""; item.workPeople = "";
} }
item.children.forEach(val => { if(item.children){
if(val.termsConditions){ item.children.forEach(val => {
delete val.termsConditions if(val.termsConditions){
} delete val.termsConditions
}) }
})
}
}); });
this.isSubmit = true; this.isSubmit = true;
this.listForm.commentText = this.commentText; this.listForm.commentText = this.commentText;