tangning 2 سال پیش
والد
کامیت
445b1face7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/work/quoteModel.vue

+ 1 - 1
src/views/work/quoteModel.vue

@@ -213,7 +213,7 @@
         });
       }
       function del(field) {
-        removeSchemaByFiled([`deviceTypeId${field}`, `deduction${index}`, `deviceType${field}`, `device_${field}`, `${field}`, `remark${field}`]);
+        removeSchemaByFiled([`deviceTypeId${field}`, `deduction${field}`, `deviceType${field}`, `device_${field}`, `${field}`, `remark${field}`]);
         n.value--;
         updataCount()
       }