保安服务单位许可和备案申请系统
+
liuyg
2021-08-25 1610580a4ec0a399db6bdde576ae25b7e91bac02
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
    }
  }