@ -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 }];
},