Reviewed-on: #192
@ -175,7 +175,7 @@ const showIds = computed(() => {
})
// 关闭弹窗,清空搜索条件
watch(
() => show,
show,
(val) => {
if (!val) {
searchKey.value = ''