zhaoke 1 anno fa
parent
commit
c692cfa8bd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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