feat(dashboard/index.vue): 完善控制台的团队信息

This commit is contained in:
郝先瑞
2022-01-28 23:57:26 +08:00
parent 6c2b343b65
commit 37e533839e
4 changed files with 107 additions and 59 deletions

View File

@@ -369,13 +369,14 @@ const state = reactive({
multiple: true,
// 总条数
total: 0,
// 用户表格数据
// 用户分页数据
pageList: [],
// 弹窗属性
dialog: {
title: '',
visible: false
},
deptName:undefined,
// 部门树选项
deptOptions: [],
// 部门名称
@@ -446,11 +447,11 @@ const {
dialog,
formData,
rules,
deptName,
deptOptions,
roleOptions
} = toRefs(state)
/**
* 部门筛选
**/