We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3351336 commit a1df9c3Copy full SHA for a1df9c3
packages/vue/src/grid/src/table/src/methods.ts
@@ -682,7 +682,7 @@ const Methods = {
682
},
683
hasRowChange(row, field) {
684
const { treeConfig, visibleColumn, editConfig = {} } = this
685
- const { insertChanged = false } = editConfig
+ const insertChanged = editConfig?.insertChanged ?? false
686
const argsLength = arguments.length
687
let originRow
688
// 新增的数据不需要检测
0 commit comments