diff --git a/src/views/ebiz/healthInsuranceRenewal/list.vue b/src/views/ebiz/healthInsuranceRenewal/list.vue index 93ccb1f64..97d6d36af 100644 --- a/src/views/ebiz/healthInsuranceRenewal/list.vue +++ b/src/views/ebiz/healthInsuranceRenewal/list.vue @@ -231,6 +231,9 @@ export default { let lastDay1 = date.toLocaleDateString(); this.cvaliEndDate = lastDay1.replaceAll('/','-') this.showDataPicker = false + this.currentPage = 1 + this.listData = [] + ;[this.loading, this.finished] = [true, false] this.getOrderList() }, formatter(type, val) {