Skip to content

Commit ff9a4f6

Browse files
committed
chore: disable rule error
1 parent c2f3fdf commit ff9a4f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/table/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export default {
130130
}
131131
))
132132
// 对接自己的通用数据接口需要修改下方代码中的 r.pageNo, r.totalCount, r.data
133+
// eslint-disable-next-line
133134
if (result instanceof Promise || '[object Promise]' === result.toString()) {
134135
result.then(r => {
135136
this.localPagination = Object.assign({}, this.localPagination, {

0 commit comments

Comments
 (0)