会话管理中会话类型
This commit is contained in:
parent
3f776d4d08
commit
c7fe1367d0
|
|
@ -99,7 +99,7 @@ const getData = async () => {
|
|||
let req={
|
||||
token: localStorage.getItem('token'),
|
||||
type: "UserID",
|
||||
session_type: 1,
|
||||
session_type: -1,
|
||||
}
|
||||
let result = await FindSessionService(req);
|
||||
tableData.value = result.data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue