Browse Source

修改table加载

zhaoke 1 năm trước cách đây
mục cha
commit
c692cfa8bd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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