fix: 🐛 字典数据弹窗无法打开问题修复
This commit is contained in:
@@ -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: "" }); // 当前选中的字典类型
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user