snow 2 years ago
parent
commit
143c6bf4b9

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-libs.js


+ 2 - 1
src/views/stock/allot/components/addForm.vue

@@ -601,8 +601,9 @@ export default {
       if (this.oldList.length === 0) {
         resList = JSON.parse(JSON.stringify(newList));
         resList.map((v1) => {
+          console.log(v1);
           v1.id = v1.id || "";
-          is_del = "0";
+          v1.is_del = "0";
           return v1;
         });
       } else {

Some files were not shown because too many files changed in this diff