浏览代码

修改统计模块加载更多逻辑

zhuliu 1 年之前
父节点
当前提交
2615899585
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/components/patentList/components/customFields/index.vue

+ 1 - 1
src/views/report/components/patentList/components/customFields/index.vue

@@ -305,7 +305,7 @@ export default {
           if (!sign) {
             this.$set(row, 'check', []) 
           }
-          if (row.optionsLength == nums.length) {
+          if (row.optionsLength == nums.length || nums.length<10) {
             this.$set(row, 'isShowBtn', false)
             this.$set(row, 'optionsLength', nums.length)
           } else {