From cc4749faaa9a2bd9660e7b827e46f30a74043028 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 14 十二月 2023 13:10:40 +0800
Subject: [PATCH] 修改样式

---
 src/views/safetyReview/expertManage/applyRecords/index.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/views/safetyReview/expertManage/applyRecords/index.vue b/src/views/safetyReview/expertManage/applyRecords/index.vue
index 339b230..de290ad 100644
--- a/src/views/safetyReview/expertManage/applyRecords/index.vue
+++ b/src/views/safetyReview/expertManage/applyRecords/index.vue
@@ -142,10 +142,17 @@
 }
 
 const handleChange=(value)=> {
-  console.log(value)
+    if(!value){
+        data.classiFy = []
+        data.queryParams.bigClassify = ""
+        data.queryParams.smallClassify = ""
+    }
 }
 const changeTime=(value)=>{
-  console.log(value)
+    if(!value){
+        data.queryParams.params.endTime = ""
+        data.queryParams.params.startTime = ""
+    }
 }
 
 const findNodeById = (data,value)=> {

--
Gitblit v1.9.2