工艺管理问题调整

dev-scheduling
zhangdi 2 months ago
parent bdfe1bfc79
commit 8a60580f0a
  1. 4
      src/views/processManagement/components/addTemplateDialog.vue

@ -619,6 +619,10 @@ export default {
//
this.ruleForm.tableData = res.data.data.proDetailVOList;
this.ruleForm.tableData.forEach(item => {
item.ppsId = item.ppsId+'';
item.caId = item.caId+'';
});
this.treeData = [{ label: '工序列表', processList: res.data.data.proDetailVOList }];
});
},

Loading…
Cancel
Save