diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue index 1361f7c0..77827666 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue @@ -414,7 +414,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] this.resetForm('queryForm') this.handleQuery() }, diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue index ffe62865..d4052392 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue @@ -1,55 +1,89 @@ diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue index 656a226a..be2838b2 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue @@ -1,55 +1,89 @@ diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue index 64cfa38c..2bb6da18 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue @@ -726,7 +726,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] // this.resetForm("queryForm"); this.$refs.queryForm.resetFields() this.$refs.mychildSon.inputValue = '' diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue index 514ab098..5413528e 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue @@ -720,7 +720,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] // this.resetForm("queryForm"); this.$refs.queryForm.resetFields() this.initSelectData() diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue index d8df4f8a..d8bee5cc 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue @@ -577,7 +577,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] this.resetForm('queryForm') this.handleQuery() }, diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue index 1020dece..9377b4ce 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue @@ -1,678 +1,913 @@