|
@@ -121,7 +121,7 @@ export default {
|
|
total: 0,
|
|
total: 0,
|
|
loading: false,
|
|
loading: false,
|
|
// tiku
|
|
// tiku
|
|
- showTkTips: false,
|
|
|
|
|
|
+ showTkTips: true,
|
|
tkAuth: {
|
|
tkAuth: {
|
|
hasAuth: false,
|
|
hasAuth: false,
|
|
role: null,
|
|
role: null,
|
|
@@ -158,7 +158,6 @@ 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;
|
|
- this.showTkTips = !this.dataList.length;
|
|
|
|
},
|
|
},
|
|
toPage(page) {
|
|
toPage(page) {
|
|
this.current = page;
|
|
this.current = page;
|