更新角色权限弹窗宽高
This commit is contained in:
parent
c2c4bbfc2e
commit
3708eef589
@ -2,7 +2,7 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
v-model="props.visible"
|
v-model="props.visible"
|
||||||
title="权限设置"
|
title="权限设置"
|
||||||
width="500"
|
width="450"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
modal-class="roleMenuDialog"
|
modal-class="roleMenuDialog"
|
||||||
:before-close="dialogClose"
|
:before-close="dialogClose"
|
||||||
@ -43,6 +43,9 @@
|
|||||||
import { nextTick, onMounted, ref, shallowRef } from 'vue';
|
import { nextTick, onMounted, ref, shallowRef } from 'vue';
|
||||||
import { useLockFn } from '@/utils/useLockFn';
|
import { useLockFn } from '@/utils/useLockFn';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 定义参数
|
||||||
|
*/
|
||||||
const emit = defineEmits(['success', 'update:visible']);
|
const emit = defineEmits(['success', 'update:visible']);
|
||||||
const treeRef = shallowRef<InstanceType<typeof ElTree>>();
|
const treeRef = shallowRef<InstanceType<typeof ElTree>>();
|
||||||
const formRef = shallowRef<FormInstance>();
|
const formRef = shallowRef<FormInstance>();
|
||||||
|
Loading…
Reference in New Issue
Block a user