Explorar o código

修改table加载

zhaoke hai 1 ano
pai
achega
c692cfa8bd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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