|
@@ -310,7 +310,7 @@ export default {
|
|
|
classifyName: data.classifyName,
|
|
|
isClassify: true,
|
|
|
questionCount: data.questionCount,
|
|
|
- selectCount: this.gerSourceData(data.classifyId),
|
|
|
+ selectCount: _this.gerSourceData(data.classifyId),
|
|
|
difficultDistributeInfo: [],
|
|
|
};
|
|
|
if (
|
|
@@ -354,7 +354,7 @@ export default {
|
|
|
);
|
|
|
}
|
|
|
return data.map((item) => {
|
|
|
- return { ...item, selectCount: this.gerSourceData(preInfo) };
|
|
|
+ return { ...item, selectCount: _this.gerSourceData(preInfo) };
|
|
|
});
|
|
|
}
|
|
|
|
|
@@ -366,7 +366,7 @@ export default {
|
|
|
propertyId: data.propertyId,
|
|
|
propertyName: data.propertyName,
|
|
|
questionCount: data.questionCount,
|
|
|
- selectCount: this.gerSourceData(propId),
|
|
|
+ selectCount: _this.gerSourceData(propId),
|
|
|
difficultDistributeInfo: null,
|
|
|
};
|
|
|
if (
|