保安服务单位许可和备案申请系统
liuyg
2021-08-26 93bc993ebca71017f74114549d3b7298febb26c8
src/store/modules/dict.js
@@ -8,6 +8,7 @@
    ApprovalShow: false,
    useWhere: 'close',
    handle: true,
    canDoIt: true
  },
  actions: {
    FlowRoutes({ commit }) {
@@ -39,6 +40,9 @@
    },
    changehandle: (state, data) => {
      state.handle = data
    },
    changecanDoIt: (state, data) => {
      state.canDoIt = data
    }
  }