huang_an преди 1 година
родител
ревизия
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,