员工管理角色回显
This commit is contained in:
@@ -89,10 +89,13 @@
|
||||
<script setup>
|
||||
import {
|
||||
getCurrentInstance,
|
||||
onMounted,
|
||||
|
||||
reactive,
|
||||
ref
|
||||
} from 'vue';
|
||||
import {
|
||||
onShow,
|
||||
} from '@dcloudio/uni-app';
|
||||
import go from '@/commons/utils/go.js';
|
||||
import {
|
||||
tbShopPermissionList,
|
||||
@@ -123,7 +126,7 @@
|
||||
[]
|
||||
]);
|
||||
const show = ref(false)
|
||||
onMounted(() => {
|
||||
onShow(() => {
|
||||
// 获取角色信息
|
||||
getrolesEvent()
|
||||
if (props.type == 'add') {
|
||||
|
||||
Reference in New Issue
Block a user