|
|
@@ -14,7 +14,6 @@ export const clewMixins = {
|
|
|
customerClueItemList: [],
|
|
|
};
|
|
|
params.customerClueItemList.push(...this.deepClone(this.taskGather, 0));
|
|
|
- // let optionList = this.taskGather[0].customerClueOptionList;
|
|
|
this.filterOption(this.taskGather, params);
|
|
|
console.log(JSON.stringify(params));
|
|
|
// 必填验证
|