doway-coms 2.3.6 → 2.3.7

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.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2339,7 +2339,7 @@ export default {
2339
2339
  let colElId = scope.column.id
2340
2340
  let rowElId = scope.row._X_ROW_KEY
2341
2341
  //如果用了rowConfig里的keyField
2342
- if(this.rowConfig.keyField){
2342
+ if(this.rowConfig?.keyField){
2343
2343
  rowElId=scope.row[this.rowConfig.keyField]
2344
2344
  }
2345
2345
  //延迟设置输入框自动获取焦点以及选中