huang_an 1 год назад
Родитель
Сommit
68e9ce491b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/material/BOMmanage/components/workingProcedure.vue

+ 2 - 2
src/views/material/BOMmanage/components/workingProcedure.vue

@@ -1804,9 +1804,9 @@
             this.normalHours;
           // 保存材料定额
           this.tableData.taskParam[this.currentIndex].baseCount =
-            thsis.baseCount;
+            this.baseCount;
           this.tableData.taskParam[this.currentIndex].baseCountUnit =
-            thsis.baseCountUnit;
+            this.baseCountUnit;
           workingProcedureUpdate({
             id: this.tableData.id,
             categoryId: this.treeData.categoryId,