|
@@ -37,7 +37,7 @@ export const clewMixins = {
|
|
|
} else if (optionList[val].isMust == '0') {
|
|
} else if (optionList[val].isMust == '0') {
|
|
|
// 本级题
|
|
// 本级题
|
|
|
// 必填校验
|
|
// 必填校验
|
|
|
- this.isRequiredFlag(optionList[val]);
|
|
|
|
|
|
|
+ // this.isRequiredFlag(optionList[val]);
|
|
|
// 子级题校验
|
|
// 子级题校验
|
|
|
let customerClueOptionList = optionList[val].customerClueOptionList;
|
|
let customerClueOptionList = optionList[val].customerClueOptionList;
|
|
|
if (customerClueOptionList.length) {
|
|
if (customerClueOptionList.length) {
|
|
@@ -48,8 +48,7 @@ export const clewMixins = {
|
|
|
// 必填校验
|
|
// 必填校验
|
|
|
this.isRequiredFlag(customerClueOptionList[i].customerClueItemList);
|
|
this.isRequiredFlag(customerClueOptionList[i].customerClueItemList);
|
|
|
// 赋值选中题
|
|
// 赋值选中题
|
|
|
- let customerClueItemList =
|
|
|
|
|
- params.customerClueItemList[val].customerClueOptionList[i].customerClueItemList;
|
|
|
|
|
|
|
+ let customerClueItemList = params.customerClueItemList;
|
|
|
customerClueItemList.push(
|
|
customerClueItemList.push(
|
|
|
...this.deepClone(customerClueOptionList[i].customerClueItemList, 0)
|
|
...this.deepClone(customerClueOptionList[i].customerClueItemList, 0)
|
|
|
);
|
|
);
|