|
|
@@ -235,7 +235,15 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
chooseInsurer(item) {
|
|
|
+ if (this.insurerId == item.insuranceCompanyId) {
|
|
|
+ this.insurerId = "";
|
|
|
+ this.pagination.current = 1;
|
|
|
+ this.pagination.defaultPageSize = 10;
|
|
|
+ this.getList();
|
|
|
+ return;
|
|
|
+ }
|
|
|
this.insurerId = item.insuranceCompanyId;
|
|
|
+
|
|
|
// console.log(item,this.insurerId)
|
|
|
this.pagination.current = 1;
|
|
|
this.pagination.defaultPageSize = 10;
|