From b6a054e497095a5a8e20eca2d7ecdee99ff17d41 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 5 Dec 2023 11:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E9=99=A9=E7=BB=AD=E4=BF=9D?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/healthInsuranceRenewal/list.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/ebiz/healthInsuranceRenewal/list.vue b/src/views/ebiz/healthInsuranceRenewal/list.vue index 2efb81ef1..93ccb1f64 100644 --- a/src/views/ebiz/healthInsuranceRenewal/list.vue +++ b/src/views/ebiz/healthInsuranceRenewal/list.vue @@ -80,7 +80,7 @@ export default { total: '', currentPage: 1, error: false, - finishedText: '没有更多了', + finishedText: '', pageSize: 5, showDataPicker:false, minDate: new Date(2000, 0), @@ -154,7 +154,6 @@ export default { ;[this.loading, this.finished] = [false, true] } else { ;[this.loading, this.finished] = [false, true] - this.finishedText = '' this.$toast(res.resultMessage) } }) @@ -165,7 +164,6 @@ export default { this.active = name this.listData = [] ;[this.loading, this.finished] = [true, false] - this.finishedText = '正在加载...' this.getOrderList() }, //搜索 @@ -173,7 +171,6 @@ export default { this.currentPage = 1 this.listData = [] ;[this.loading, this.finished] = [true, false] - this.finishedText = '正在加载...' this.getOrderList() }, //投保单详情