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

Merged
zhouxiaoan merged 1 commits from fix/modalClear into test 2 years ago

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

Loading…
Cancel
Save