zhangqun 11 months ago
parent b365bc3faf
commit b65874d947
  1. 2
      pages/investigation/index.vue

@ -140,6 +140,8 @@
} }
if (this.list.length >= res.result.total) { if (this.list.length >= res.result.total) {
this.isMore = false this.isMore = false
} else {
this.isMore = true
} }
} else { } else {
this.$.toast(res.message) this.$.toast(res.message)

Loading…
Cancel
Save