소스 검색

预检列表刷新

maxiaoxiao 9 달 전
부모
커밋
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];
         });
       }