fix: 🐛 字典数据弹窗无法打开问题修复
This commit is contained in:
parent
b4ff6fcd38
commit
639cea45f7
|
|
@ -149,10 +149,10 @@ function handleDelete(dictTypeId?: number) {
|
|||
});
|
||||
}
|
||||
|
||||
const dictDataDialog = {
|
||||
const dictDataDialog = reactive({
|
||||
title: "",
|
||||
visible: false,
|
||||
};
|
||||
});
|
||||
|
||||
const selectedDictType = reactive({ typeCode: "", typeName: "" }); // 当前选中的字典类型
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue