Sfoglia il codice sorgente

fix bug团队列表-全部团队无记录时,页面无法正常展示

prince 5 anni fa
parent
commit
6bdbfcb711
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      src/views/ToConfigure/configure.vue

+ 6 - 1
src/views/ToConfigure/configure.vue

@@ -350,7 +350,12 @@ export default {
               this.total1 = res.data.total
               this.total1 = res.data.total
             }
             }
           })
           })
-
+          this.loading = false
+        } else {
+          this.tableData = []
+          this.table_Data = []
+          this.total = 0
+          this.total1 = 0
           this.loading = false
           this.loading = false
         }
         }
       })
       })