doway-coms 2.10.32 → 2.10.34

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.34",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -117,7 +117,9 @@ export default new Vuex.Store({
117
117
  p => p.dictCode === extraInfo.dataSource
118
118
  )
119
119
  }
120
- if (tempField.controlType === controlType.pulldown) {
120
+ if (tempField.controlType === controlType.pulldown && tempField.linkData
121
+ && tempDataInfo[tempField.linkData]
122
+ ) {
121
123
  tempPulldownFields.push(tempField);
122
124
  }
123
125
 
@@ -178,7 +180,7 @@ export default new Vuex.Store({
178
180
  break;
179
181
  }
180
182
  loopField['api'] = tempApi+'/v1/commonOperation/searchData';
181
- loopField['currentModuleCode'] = moduleCode;
183
+ loopField['currentModuleCode'] = data.moduleCode;
182
184
  });
183
185
  data.info['dataInfo'] = tempDataInfo
184
186
  state.moduleViewInfo[data.moduleCode] = data.info