添加赋值空值

This commit is contained in:
Euni4U 2025-03-28 21:16:43 +08:00
parent e3dbce8b86
commit 3722c11f66

View File

@ -157,7 +157,7 @@ const visible = computed({
// //
watch(visible, (newVal) => { watch(visible, (newVal) => {
if (newVal) { if (newVal) {
Type.value = props.templateType Type.value = props.templateType||''
// //
queryParams.contentName = undefined queryParams.contentName = undefined
queryParams.category = undefined queryParams.category = undefined