mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 04:06:44 +08:00
健康险续保测试问题修复3
This commit is contained in:
@@ -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()
|
||||
},
|
||||
//投保单详情
|
||||
|
||||
Reference in New Issue
Block a user