diff --git a/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue b/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue index 5b2a33ce..e418e203 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue @@ -751,6 +751,8 @@ export default { this.$refs.queryForm.resetFields() this.$refs.mychildSon.inputValue = '' this.queryParams.keyWord = '' + this.queryParams.startTime = '' + this.queryParams.endTime = '' this.initSelectData() this.handleQuery() },