项目评估流程修改传值

This commit is contained in:
宋伟佳
2022-02-21 17:01:07 +08:00
parent ca7d96eb95
commit faa510e0c8
@@ -376,6 +376,13 @@ export default {
}
})
});
this.dataList.forEach(item => {
if(item.children){
item.children.forEach(items => {
this.$set(items,'standType',item.standType)
})
}
})
} else {
this.listForm = item.form;
this.dataList = item.form.dataList;