src/views/specialOperationsPay/coalPay/index.vue
@@ -128,12 +128,14 @@ }, methods: { getList() { this.loading = true this.queryParams.minDate = this.dateValue[0]?this.dateValue[0] + ' 00:00:00':'' this.queryParams.maxDate = this.dateValue[1]?this.dateValue[1] + ' 23:59:59':'' getCoalPayList( this.queryParams).then((res) => { if (res.code == 200) { this.payList = res.rows this.total = res.total this.loading = false } }) },