Skip to content

Commit 1434cda

Browse files
committed
REVIEW 用户管理(调整布局)
1 parent 854bf85 commit 1434cda

File tree

2 files changed

+214
-223
lines changed

2 files changed

+214
-223
lines changed

src/views/system/tenantPackage/TenantPackageForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const formRules = reactive({
9191
const formRef = ref() // 表单 Ref
9292
const menuOptions = ref<any[]>([]) // 树形结构数据
9393
const menuExpand = ref(false) // 展开/折叠
94-
const treeRef = ref<ElTree>() // 树组件 Ref
94+
const treeRef = ref<InstanceType<typeof ElTree>>() // 树组件 Ref
9595
const treeNodeAll = ref(false) // 全选/全不选
9696
9797
/** 打开弹窗 */

0 commit comments

Comments
 (0)