fix(grid): grid promise validate return value back to undefined (#3616)

This commit is contained in:
gimmyhehe 2025-07-28 11:40:26 +08:00 committed by GitHub
parent 12d236492e
commit 87e9491ff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ export default {
}
cb && cb(opt.status)
return opt.status
}
return Promise.all(rowValids).then(onFulfilled).catch(onRejected(opt, this))
},