Browse Source

no message

zhujindu 11 tháng trước cách đây
mục cha
commit
67a92ebec9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/mixin/clew.js

+ 1 - 1
src/mixin/clew.js

@@ -62,7 +62,7 @@ export const clewMixins = {
             }
           } else {
             // 赋值选中题
-            let customerClueItemList = params.customerClueItemList[val].customerClueItemList;
+            let customerClueItemList = params.customerClueItemList;
             customerClueItemList.push(...this.deepClone(optionList[val], 0));
           }
         }