Merge pull request 'feat: 自定义任务包字段清空搜索条件' (#192) from fix/modalClear into test

Reviewed-on: #192
pull/193/head
zhouxiaoan 1 year ago
commit 2d53182446

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

Loading…
Cancel
Save