doway-coms 2.10.32 → 2.10.33

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.10.32",
3
+ "version": "2.10.33",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -178,7 +178,7 @@ export default new Vuex.Store({
178
178
  break;
179
179
  }
180
180
  loopField['api'] = tempApi+'/v1/commonOperation/searchData';
181
- loopField['currentModuleCode'] = moduleCode;
181
+ loopField['currentModuleCode'] = data.moduleCode;
182
182
  });
183
183
  data.info['dataInfo'] = tempDataInfo
184
184
  state.moduleViewInfo[data.moduleCode] = data.info