doway-coms 2.10.92 → 2.10.93

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.92",
3
+ "version": "2.10.93",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1387,7 +1387,8 @@ export default {
1387
1387
  return x.field==record.column.field
1388
1388
  })
1389
1389
  let row=null
1390
- switch (key) {
1390
+ console.log('keydownEvent',key)
1391
+ switch (key) {
1391
1392
  case 'ArrowUp':
1392
1393
  row= fullData[currentIndex-1]
1393
1394
  $grid.setEditCell(row,record.column)