|
|
@@ -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);
|