项目合规评估流程,责任人填写评估反馈添加条款内容
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user