返工模板保存

dev-scheduling
zhangdi 2 months ago
parent 4bb467cce3
commit 8424459c75
  1. 1
      src/views/processManagement/components/processMainte/reworkProcessPlanning.vue

@ -782,6 +782,7 @@ export default {
modelLevelChange() { modelLevelChange() {
console.log(9999999999,this.partInfoData) console.log(9999999999,this.partInfoData)
this.modelLevelLoading = true; this.modelLevelLoading = true;
this.treeLeave == 2
getModelDetailList({ Id: this.modelLevel }).then(res => { getModelDetailList({ Id: this.modelLevel }).then(res => {
const templateData = res.data.data.proDetailVOList; const templateData = res.data.data.proDetailVOList;
const existing = [...this.form1.tableData1]; const existing = [...this.form1.tableData1];

Loading…
Cancel
Save