排查再次返回数据重复

main
limingtao 1 year ago
parent 32419e23c3
commit 59347d582d
  1. 4
      pages/investigation/index.vue

@ -85,12 +85,12 @@
}, },
// //
onLoad(e) { onLoad(e) {
this.getList()
}, },
onShow: function() { onShow: function() {
this.getData() this.getData()
this.getList()
}, },
// //
computed: { computed: {

Loading…
Cancel
Save