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

This commit is contained in:
hxr 2023-12-02 14:40:04 +08:00
parent b4ff6fcd38
commit 639cea45f7
1 changed files with 2 additions and 2 deletions

View File

@ -149,10 +149,10 @@ function handleDelete(dictTypeId?: number) {
});
}
const dictDataDialog = {
const dictDataDialog = reactive({
title: "",
visible: false,
};
});
const selectedDictType = reactive({ typeCode: "", typeName: "" }); //