From c87112aa6bfe824f5052f366893749af28b14354 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 03 三月 2025 09:50:08 +0800
Subject: [PATCH] ll
---
admin/src/views/operation/serviceCar/apprRecord.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/admin/src/views/operation/serviceCar/apprRecord.vue b/admin/src/views/operation/serviceCar/apprRecord.vue
index 01da171..62e2630 100644
--- a/admin/src/views/operation/serviceCar/apprRecord.vue
+++ b/admin/src/views/operation/serviceCar/apprRecord.vue
@@ -263,9 +263,11 @@
},
reset() {
this.$refs.searchForm.resetFields()
- this.searchForm.radio = '0'
- this.changeRadio('0')
- // this.search()
+ this.searchForm = {}
+ this.time = []
+ // this.searchForm.radio = '0'
+ // this.changeRadio('0')
+ this.search()
}
}
}
--
Gitblit v1.9.3