mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
-- bug
This commit is contained in:
@@ -24,6 +24,11 @@ export default createStore({
|
||||
routerId: null,
|
||||
projectTemplateId: null,
|
||||
orgtreeList: [],
|
||||
faceclassPic: null,
|
||||
faceclassClass: [],
|
||||
faceclassScene: [],
|
||||
projectLevel: [],//项目级别
|
||||
projectSys: [],//培训分类
|
||||
},
|
||||
getters: {},
|
||||
mutations: {
|
||||
@@ -45,6 +50,9 @@ export default createStore({
|
||||
getOrgtreeList(state, data) {
|
||||
state.orgtreeList = data
|
||||
},
|
||||
SET_DICT(state,{key,data}){
|
||||
state[key] = data
|
||||
},
|
||||
SET_projectTemplateId(state, projectTemplateId) {
|
||||
state.projectTemplateId = projectTemplateId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user