fix: 🐛 字典数据弹窗无法打开问题修复

This commit is contained in:
hxr
2023-12-02 14:40:04 +08:00
parent b4ff6fcd38
commit 639cea45f7

View File

@@ -149,10 +149,10 @@ function handleDelete(dictTypeId?: number) {
}); });
} }
const dictDataDialog = { const dictDataDialog = reactive({
title: "", title: "",
visible: false, visible: false,
}; });
const selectedDictType = reactive({ typeCode: "", typeName: "" }); // 当前选中的字典类型 const selectedDictType = reactive({ typeCode: "", typeName: "" }); // 当前选中的字典类型