Parcourir la source

Merge branch 'sit'

xiaodai2022 il y a 2 ans
Parent
commit
fed975a0d1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/goodStore/active/components/baseForm.vue

+ 1 - 1
src/views/goodStore/active/components/baseForm.vue

@@ -530,7 +530,7 @@ export default {
       let list = JSON.parse(JSON.stringify(e));
       let oldList = JSON.parse(JSON.stringify(this.ruleForm.good_list));
       list.forEach((e, ei) => {
-        let index = oldList.findIndex((a) => e.skucode === a.skucode);
+        let index = oldList.findIndex((a) => e.skuCode === a.skuCode);
         if (index === -1) {
           let item = JSON.parse(JSON.stringify(list[ei]));
           item.activity_stock = "1";