mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 17:26:44 +08:00
健康险续保测试问题修复3
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
|||||||
total: '',
|
total: '',
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
error: false,
|
error: false,
|
||||||
finishedText: '没有更多了',
|
finishedText: '',
|
||||||
pageSize: 5,
|
pageSize: 5,
|
||||||
showDataPicker:false,
|
showDataPicker:false,
|
||||||
minDate: new Date(2000, 0),
|
minDate: new Date(2000, 0),
|
||||||
@@ -154,7 +154,6 @@ export default {
|
|||||||
;[this.loading, this.finished] = [false, true]
|
;[this.loading, this.finished] = [false, true]
|
||||||
} else {
|
} else {
|
||||||
;[this.loading, this.finished] = [false, true]
|
;[this.loading, this.finished] = [false, true]
|
||||||
this.finishedText = ''
|
|
||||||
this.$toast(res.resultMessage)
|
this.$toast(res.resultMessage)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -165,7 +164,6 @@ export default {
|
|||||||
this.active = name
|
this.active = name
|
||||||
this.listData = []
|
this.listData = []
|
||||||
;[this.loading, this.finished] = [true, false]
|
;[this.loading, this.finished] = [true, false]
|
||||||
this.finishedText = '正在加载...'
|
|
||||||
this.getOrderList()
|
this.getOrderList()
|
||||||
},
|
},
|
||||||
//搜索
|
//搜索
|
||||||
@@ -173,7 +171,6 @@ export default {
|
|||||||
this.currentPage = 1
|
this.currentPage = 1
|
||||||
this.listData = []
|
this.listData = []
|
||||||
;[this.loading, this.finished] = [true, false]
|
;[this.loading, this.finished] = [true, false]
|
||||||
this.finishedText = '正在加载...'
|
|
||||||
this.getOrderList()
|
this.getOrderList()
|
||||||
},
|
},
|
||||||
//投保单详情
|
//投保单详情
|
||||||
|
|||||||
Reference in New Issue
Block a user