소스 검색

Merge branch 'sit'

xiaodai2022 2 년 전
부모
커밋
fed975a0d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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";