refactor: ♻️ 代码规范优化
This commit is contained in:
@@ -338,8 +338,8 @@ defineOptions({
|
||||
import MenuAPI, { MenuQuery, MenuForm, MenuVO } from "@/api/system/menu";
|
||||
import { MenuTypeEnum } from "@/enums/MenuTypeEnum";
|
||||
|
||||
const queryFormRef = ref(ElForm);
|
||||
const menuFormRef = ref(ElForm);
|
||||
const queryFormRef = ref();
|
||||
const menuFormRef = ref();
|
||||
|
||||
const loading = ref(false);
|
||||
const dialog = reactive({
|
||||
|
||||
Reference in New Issue
Block a user