feat(dashboard/index.vue): 完善控制台的团队信息
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
/**
|
||||
* 部门筛选
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user