mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:38:22 +09:00
- 시스템관리 > 관리자목록조회, 관리자등록, 관리자수정, 관리자삭제, 관리자상세조회
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
const state = {
|
||||
searchCondition: null
|
||||
}
|
||||
|
||||
const getters = {
|
||||
getSearchCondition: state => state.searchCondition,
|
||||
}
|
||||
|
||||
const mutations = {
|
||||
updateSearchCondition: (state, data) => {
|
||||
state.searchCondition = data;
|
||||
}
|
||||
}
|
||||
|
||||
const actions = {
|
||||
}
|
||||
|
||||
export default {
|
||||
namespaced: true,
|
||||
state,
|
||||
getters,
|
||||
mutations,
|
||||
actions
|
||||
const state = {
|
||||
searchCondition: null
|
||||
}
|
||||
|
||||
const getters = {
|
||||
getSearchCondition: state => state.searchCondition,
|
||||
}
|
||||
|
||||
const mutations = {
|
||||
updateSearchCondition: (state, data) => {
|
||||
state.searchCondition = data;
|
||||
}
|
||||
}
|
||||
|
||||
const actions = {
|
||||
}
|
||||
|
||||
export default {
|
||||
namespaced: true,
|
||||
state,
|
||||
getters,
|
||||
mutations,
|
||||
actions
|
||||
};
|
||||
Reference in New Issue
Block a user