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()
       }