工艺问题修改

dev-scheduling
zhangdi 2 months ago
parent 9dbeff6cb0
commit 11601b32d1
  1. 2
      src/views/processManagement/components/processMainte/processPlanning.vue
  2. 2
      src/views/processManagement/components/processMainte/reworkProcessPlanning.vue

@ -773,7 +773,7 @@ export default {
//
modelLevelChange() {
this.modelLevelLoading = true;
getModelDetailList({ modelId: this.modelLevel }).then(res => {
getModelDetailList({ id: this.modelLevel }).then(res => {
const templateData = res.data.data;
const existing = [...this.form1.tableData1];
//

@ -776,7 +776,7 @@ export default {
},
//
modelLevelChange() {
getModelDetailList({ modelId: this.modelLevel }).then(res => {
getModelDetailList({ id: this.modelLevel }).then(res => {
const templateData = res.data.data;
const existing = [...this.form1.tableData1];
//

Loading…
Cancel
Save