Browse Source

store

master
pengjun 3 years ago
parent
commit
a397ae80ef
  1. 2
      src/store/index.js

2
src/store/index.js

@ -15,7 +15,7 @@ export default new Vuex.Store({
}, //树形组件的数据结构 }, //树形组件的数据结构
customerOrgId:'',//当前单位ID(可根据此值是否为空,判断是新增还是编辑) customerOrgId:'',//当前单位ID(可根据此值是否为空,判断是新增还是编辑)
customerOrgRd:{displayName:'单位名称',englishShortName:'简称'}, //单个体检单位记录值 customerOrgRd:{displayName:'单位名称',englishShortName:'简称'}, //单个体检单位记录值
customerOrgRegister: [], //单位体检次数登记
customerOrgRegisterList: [], //单位体检次数登记列表
} }
}, },

Loading…
Cancel
Save