mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
feat : 模板列表数据获取,模板编辑修改
This commit is contained in:
@@ -22,7 +22,7 @@ export default createStore({
|
||||
|
||||
assessmentName: "",
|
||||
routerId: null,
|
||||
|
||||
projectTemplateId:null,
|
||||
orgtreeList: [],
|
||||
},
|
||||
getters: {},
|
||||
@@ -43,6 +43,9 @@ export default createStore({
|
||||
},
|
||||
getOrgtreeList(state, orgtreeList) {
|
||||
state.orgtreeList = orgtreeList;
|
||||
},
|
||||
SET_projectTemplateId (state,projectTemplateId) {
|
||||
state.projectTemplateId = projectTemplateId;
|
||||
}
|
||||
},
|
||||
actions: {},
|
||||
|
||||
Reference in New Issue
Block a user