zhangherong
2025-07-09 cabdb2b467bfc8969708b76935d1d92866b1b46c
src/store/index.js
@@ -11,7 +11,8 @@
import Production from './modules/Production'
//部门树
import Departs from './modules/Departs'
//部门树权限
import DepartTree from './modules/DepartTree'
Vue.use(Vuex)
export default new Vuex.Store({
@@ -22,7 +23,8 @@
    enhance,
    online,
    Production,
    Departs
    Departs,
    DepartTree
  },
  state: {