zhaowei
7 天以前 257ef0490f66229f983429f01872fac33eef13d0
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: {