Commit b667fbc6 by pangchong

feat: 提交

parent 5d79b3d8
...@@ -201,9 +201,7 @@ watch( ...@@ -201,9 +201,7 @@ watch(
) )
//监听搜索 //监听搜索
const onChange = debounce((value) => { const onChange = debounce((value) => {
if (value != ps.searchValue) { search(value)
search(value)
}
}, 200) }, 200)
//获取label的内容 //获取label的内容
const loading = ref(false) const loading = ref(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment