mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
feat:增加获取用户信息以及token失效跳到登录页
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
tree-default-expand-all
|
||||
:tree-data="classifyList2"
|
||||
:fieldNames="{
|
||||
children: 'children',
|
||||
children: 'treeChildList',
|
||||
label: 'name',
|
||||
value: 'id',
|
||||
}"
|
||||
@@ -769,6 +769,7 @@ export default {
|
||||
{ value: 2, label: "将小米" },
|
||||
{ value: 3, label: "刘孟君" },
|
||||
]);
|
||||
//获取
|
||||
|
||||
//选择处理项目经理
|
||||
let manager = "";
|
||||
|
||||
Reference in New Issue
Block a user