src/views/specialOperationsPay/notCoalPay/index.vue
@@ -157,14 +157,14 @@ }, methods: { getList() { this.loading = true; this.loading = true this.queryParams.params.startTime = this.dateValue[0]?this.dateValue[0]:'' this.queryParams.params.endTime = this.dateValue[1]?this.dateValue[1]:'' getNonCoalPayList( this.queryParams).then((res) => { if (res.code == 200) { this.payList = res.rows this.total = res.total this.loading = false; this.loading = false } }) },