From 3d89d073472abc0dbb2f958eeb54d53d0f0e1ee9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 09 Oct 2025 10:44:43 +0800
Subject: [PATCH] feat: 清空行政区划

---
 src/views/job/components/SearchBox.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/job/components/SearchBox.vue b/src/views/job/components/SearchBox.vue
index 8a2a6fe..d69206c 100644
--- a/src/views/job/components/SearchBox.vue
+++ b/src/views/job/components/SearchBox.vue
@@ -14,7 +14,8 @@
             check-strictly
             node-key="id"
             :props="treeProps"
-            @node-click="handleNodeClick"
+            clearable
+            @change="handleNodeClick"
           />
         </el-form-item>
         <el-form-item label="所属机巢:">
@@ -61,7 +62,7 @@
         <div class="more" v-if="isExpand" @click="toggleExpand">收起</div>
         <div class="more" v-else @click="toggleExpand">更多</div>
         <div class="search-btn" :style="{ bottom: isExpand ? '5px' : '-3px' }">
-          
+
           <el-button type="primary" icon="el-icon-search" @click="handleSearch">搜索</el-button>
           <el-button icon="el-icon-refresh" @click="handleReset">清空</el-button>
         </div>

--
Gitblit v1.9.3