doway-coms 2.0.9 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -64,6 +64,7 @@ export default new Vuex.Store({
64
64
  tempDataInfo[loopData.code] = {code:'',name:'',fields:[]}
65
65
  tempDataInfo[loopData.code].code = loopData.code
66
66
  tempDataInfo[loopData.code].name = loopData.name
67
+ tempDataInfo[loopData.code].extraInfo = loopData.extraInfo
67
68
  let operationFields = []
68
69
  XEUtils.arrayEach(loopData.fields,loopField=>{
69
70
  let tempField = {