@@ -208,7 +208,7 @@ export default {
this.finished2 = true;
}
// 判断是否有数据
- if (this.dataList.length <= 0) {
+ if (this.dataList2.length <= 0) {
this.dataShow2 = false;
});