mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
feat:增加获取用户信息以及token失效跳到登录页
This commit is contained in:
@@ -559,8 +559,6 @@ export default {
|
||||
//获取选中部门的人员信息
|
||||
const getPeoples = () => {
|
||||
let obj = {
|
||||
keyWord: "",
|
||||
id: 0,
|
||||
org: state.selectedKeys[0],
|
||||
pageNo: state.currentPage,
|
||||
pageSize: state.pageSize,
|
||||
@@ -569,7 +567,7 @@ export default {
|
||||
state.tableDataTotal = 0;
|
||||
return;
|
||||
}
|
||||
// console.log("obj", obj);
|
||||
console.log("obj", obj);
|
||||
api
|
||||
.getMemberInfo(obj)
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user