fix(grid): grid promise validate return value back to undefined (#3616)
This commit is contained in:
parent
12d236492e
commit
87e9491ff7
|
@ -176,7 +176,6 @@ export default {
|
|||
}
|
||||
|
||||
cb && cb(opt.status)
|
||||
return opt.status
|
||||
}
|
||||
return Promise.all(rowValids).then(onFulfilled).catch(onRejected(opt, this))
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue