浏览代码

chore: disable rule error

Sendya 6 年之前
父节点
当前提交
ff9a4f6311
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/table/index.js

+ 1 - 0
src/components/table/index.js

@@ -130,6 +130,7 @@ export default {
       }
       ))
       // 对接自己的通用数据接口需要修改下方代码中的 r.pageNo, r.totalCount, r.data
+      // eslint-disable-next-line
       if (result instanceof Promise || '[object Promise]' === result.toString()) {
         result.then(r => {
           this.localPagination = Object.assign({}, this.localPagination, {