feat: 自定义任务包字段清空搜索条件

pull/192/head
zhouxiaoan 1 year ago
parent 848ecd9838
commit 8c13e8bf0d

@ -175,7 +175,7 @@ const showIds = computed(() => {
})
//
watch(
() => show,
show,
(val) => {
if (!val) {
searchKey.value = ''

Loading…
Cancel
Save