Selaa lähdekoodia

修改table加载

zhaoke 1 vuosi sitten
vanhempi
commit
c692cfa8bd
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/views/tablePage/index.vue

+ 2 - 0
src/views/tablePage/index.vue

@@ -819,10 +819,12 @@ export default {
           this.tableData.push(...returnData)
         } else {
           this.page--
+          this.noMore = true
           this.$message.error("获取表格数据失败")
         }
       } catch (error) {
         this.page--
+        this.noMore = true
       }
       if (this.selected) {
         this.noMore = true