项目清单确认流程数据显示

This commit is contained in:
宋伟佳
2021-09-04 14:20:53 +08:00
parent 1dabab9fd4
commit c4d7fdaeb9
@@ -354,9 +354,13 @@ export default {
this.qdform.prcNum = this.prcNum;
this.qdform.prcName = this.prcName;
this.qdform["id"] = item.id;
this.projectId = item.projectId
this.getStandData();
}else{
this.qdform = item.form
this.dataList =item.form.dataList
this.projectId = item.form.projectId
this.getStandData();
}
});
},