refactor: ♻️ 代码规范优化
This commit is contained in:
@@ -211,9 +211,9 @@ defineOptions({
|
||||
import RoleAPI, { RolePageVO, RoleForm, RolePageQuery } from "@/api/system/role";
|
||||
import MenuAPI from "@/api/system/menu";
|
||||
|
||||
const queryFormRef = ref(ElForm);
|
||||
const roleFormRef = ref(ElForm);
|
||||
const permTreeRef = ref<InstanceType<typeof ElTree>>();
|
||||
const queryFormRef = ref();
|
||||
const roleFormRef = ref();
|
||||
const permTreeRef = ref();
|
||||
|
||||
const loading = ref(false);
|
||||
const ids = ref<number[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user