diff --git a/pages/news/subpages/deviceLog/log.vue b/pages/news/subpages/deviceLog/log.vue index b11e432..534b13b 100644 --- a/pages/news/subpages/deviceLog/log.vue +++ b/pages/news/subpages/deviceLog/log.vue @@ -66,7 +66,7 @@ - + @@ -98,7 +98,8 @@ export default { }, status: 'more', loading: false, - agriName: null + agriName: null, + isShowEmpty: false, } }, mounted() { @@ -194,7 +195,8 @@ export default { // }).finally(() => { // if (this.logList && this.logList.length>0) { // this.tabList = this.logList.filter(item => item.roll_film === `jm${this.current+1}`); - // } + // } else { + // this.isShowEmpty = true; // this.loading = false; // } setTimeout(() => {