doway-coms 2.10.26 → 2.10.28

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.26",
3
+ "version": "2.10.28",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -209,7 +209,7 @@ export default {
209
209
  width: tempObject.width,
210
210
  extraInfo:{}
211
211
  }
212
- if (tempObject.filters && tempObject.filters[0].data.bindingValues.length) {
212
+ if (tempObject.filters && tempObject.filters[0].data && tempObject.filters[0].data.bindingValues.length) {
213
213
  tempObject.filters[0].checked = true;
214
214
  tempData.extraInfo.filterExpression = tempObject.filters
215
215
  }
@@ -111,7 +111,6 @@
111
111
  :data="uploadData"
112
112
  @change="handleAvatarSuccess"
113
113
  :showUploadList="false"
114
- :fileList="uploadFileList"
115
114
  :before-upload="beforeAvatarUpload"
116
115
  >
117
116
  <a-icon
@@ -548,6 +547,7 @@ export default {
548
547
  display: flex;
549
548
  flex-flow: row wrap;
550
549
  margin: 0 0 5px 5px;
550
+ height:120px;
551
551
 
552
552
  .attach-wrapper {
553
553
  .attach {