|
@@ -153,7 +153,6 @@ const roleOptions = ref<any[]>([])
|
|
// 打开弹框的功能
|
|
// 打开弹框的功能
|
|
const openDialog = async (type: number, title: string, row?: any) => {
|
|
const openDialog = async (type: number, title: string, row?: any) => {
|
|
let res = await getUserApi(row?.userId || null)
|
|
let res = await getUserApi(row?.userId || null)
|
|
- debugger
|
|
|
|
postOptions.value = res.data.posts
|
|
postOptions.value = res.data.posts
|
|
roleOptions.value = res.data.roles
|
|
roleOptions.value = res.data.roles
|
|
// 表单项配置
|
|
// 表单项配置
|