doway-coms 2.10.63 → 2.10.66

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.63",
3
+ "version": "2.10.66",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1071,12 +1071,6 @@ export default {
1071
1071
  },
1072
1072
  deep: true,
1073
1073
  },
1074
- rowStyle: {
1075
- type: Function,
1076
- },
1077
- cellStyle: {
1078
- type: Function,
1079
- },
1080
1074
  headerCellStyle: {
1081
1075
  type: Object,
1082
1076
  },
@@ -1369,6 +1363,7 @@ export default {
1369
1363
  $grid.setCurrentRow(row)
1370
1364
  break;
1371
1365
  case 'ArrowDown':
1366
+ case 'Enter':
1372
1367
  row= fullData[currentIndex+1]
1373
1368
  $grid.setEditCell(row,record.column)
1374
1369
  $grid.setCurrentRow(row)
@@ -538,6 +538,7 @@ export default {
538
538
  // 刷新重置字段列
539
539
  reloadColumn() {
540
540
  this.internalColumns = []
541
+ this.filterCols = []
541
542
  this.fetchFields = []
542
543
  this.internalColumns.push({
543
544
  type: 'seq',