|
@@ -158,7 +158,7 @@ export default {
|
|
const res = await tikuPaperListQuery(datas);
|
|
const res = await tikuPaperListQuery(datas);
|
|
this.dataList = res.records;
|
|
this.dataList = res.records;
|
|
this.total = res.total;
|
|
this.total = res.total;
|
|
- if (this.dataList.length) {
|
|
|
|
|
|
+ if (!this.dataList.length) {
|
|
this.showTkTips = true;
|
|
this.showTkTips = true;
|
|
}
|
|
}
|
|
},
|
|
},
|