Browse Source

no message

xiaoxin 2 years ago
parent
commit
01ece5d545
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/components/user/userLeft.vue

+ 6 - 1
src/components/user/userLeft.vue

@@ -84,7 +84,7 @@
           <div class="search_input">
             <input type="text" placeholder="请输入部门查询" />
           </div>
-          <div class="search_btn">查询</div>
+          <div class="search_btn" @click="handleSerch">查询</div>
         </div>
 
         <!-- 筛选框区域 -->
@@ -355,6 +355,11 @@ const handleCurrentChange = (value: number) => {
   console.log(value);
 };
 
+// 查询按钮回调
+const handleSerch = () => {
+  console.log(111);
+};
+
 const getCountUpNum = () => {
   countUpNum(statDom.value, statValue.value);
   countUpNum(statDom2.value, statValue2.value);