会话管理中会话类型
This commit is contained in:
parent
042c092802
commit
3f776d4d08
|
|
@ -68,7 +68,7 @@ export const lineOptions = {
|
|||
export const pieOptions = {
|
||||
title: {
|
||||
text: '系统开发语言',
|
||||
subtext: 'Fake Data',
|
||||
subtext: '前后端',
|
||||
left: 'center',
|
||||
},
|
||||
tooltip: {
|
||||
|
|
|
|||
|
|
@ -98,7 +98,8 @@ let columns = ref([
|
|||
const getData = async () => {
|
||||
let req={
|
||||
token: localStorage.getItem('token'),
|
||||
type: "UserID"
|
||||
type: "UserID",
|
||||
session_type: 1,
|
||||
}
|
||||
let result = await FindSessionService(req);
|
||||
tableData.value = result.data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue