diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 63ed6c1a..5740dce3 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -149,10 +149,10 @@ function handleDelete(dictTypeId?: number) { }); } -const dictDataDialog = { +const dictDataDialog = reactive({ title: "", visible: false, -}; +}); const selectedDictType = reactive({ typeCode: "", typeName: "" }); // 当前选中的字典类型