Ver Fonte

Merge branch 'sit'

xiaodai2022 há 2 anos atrás
pai
commit
fed975a0d1
1 ficheiros alterados com 1 adições e 1 exclusões
  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";