Explorar o código

预检列表刷新

maxiaoxiao hai 9 meses
pai
achega
a9ab22eeae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];
         });
       }