瀏覽代碼

no message

zhujindu 11 月之前
父節點
當前提交
67a92ebec9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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));
           }
         }