Parcourir la source

修改table加载

zhaoke il y a 1 an
Parent
commit
c692cfa8bd
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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