zenglf
2023-09-28 8e75a78f55d60565eb48b25eafd4eb07939ce2cc
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: {