002201 преди 1 година
родител
ревизия
8128993c3e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/purchase/transferOrder/add.vue

+ 1 - 1
src/views/purchase/transferOrder/add.vue

@@ -2009,7 +2009,7 @@ export default {
       this.materialInfo.push(newLine);
     },
     delLine($index) {
-      console.log("删除行:", index);
+      console.log("删除行:", $index);
       this.materialInfo = this.materialInfo.map((item, index) => ({
         ...item,
         delFlag: index === $index ? "2" : item.delFlag,