zhuzhuanzhuan
2023-09-07 dc4997f1cadb128fc1461732f469391e282ac26e
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: {