doway-coms 2.10.33 → 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.33",
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