From c967003fdb1ab08c500c5973fc4bd1914aa33b2e Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 20 Dec 2021 10:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=96=99=E4=B8=AD=E5=BF=83=20-=20load?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/regulatoryRepository/dataCenter/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue index f1368e55c..ef76a4595 100644 --- a/src/pages/regulatoryRepository/dataCenter/index.vue +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -309,6 +309,7 @@ export default { this.searchInfo() }, searchInfo() { + this.loading = true this.dataCenterSearch.startDataUploadTime = this.dataCenterSearch.dataUploadTime[0] this.dataCenterSearch.endDataUploadTime = this.dataCenterSearch.dataUploadTime[1] this.$http.get('fileMaterialCenter/file-material', this.dataCenterSearch, { @@ -316,8 +317,10 @@ export default { }, res => { this.dataCenterTable = res.data.records this.dataCenterSearch.total = res.data.total + this.loading = false }, e => { console.log(e) + this.loading = false }) }, clearSearch() {