王恒
2025-09-04 616e6be49d3f64f2397cb1b1c05d2c06df3db9a3
policy/translate/translate.vue
@@ -120,11 +120,10 @@
      }
    },
    onLoad() {
      this.getDicts()
    },
    onReachBottom() {
      if (this.total == this.list.length) {
      if (this.total <= this.list.length) {
        return
      }
      this.queryms.pageNum++