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 c2f3fdf commit ff9a4f6Copy full SHA for ff9a4f6
src/components/table/index.js
@@ -130,6 +130,7 @@ export default {
130
}
131
))
132
// 对接自己的通用数据接口需要修改下方代码中的 r.pageNo, r.totalCount, r.data
133
+ // eslint-disable-next-line
134
if (result instanceof Promise || '[object Promise]' === result.toString()) {
135
result.then(r => {
136
this.localPagination = Object.assign({}, this.localPagination, {
0 commit comments