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