浏览代码

预检列表刷新

maxiaoxiao 6 月之前
父节点
当前提交
a9ab22eeae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/complianceAnalysis/components/lsjl.vue

+ 1 - 1
src/views/complianceAnalysis/components/lsjl.vue

@@ -272,7 +272,7 @@ export default {
           setTimeout(() => {
             this.$emit("updateParent", "loading", false);
           }, 100);
-          this.listdisabled = res.total < 10;
+          this.listdisabled = res.rows.length  < 10;
           this.datalist = [...this.datalist, ...res.rows];
         });
       }