From 13e6985469d2af50c12a0bb7a67a3f584e6486b6 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 24 Jul 2024 15:10:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/baiduAI/AppRecord/AppRecord.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/project/baiduAI/AppRecord/AppRecord.vue b/src/project/baiduAI/AppRecord/AppRecord.vue index 53d0b6a..d4701df 100644 --- a/src/project/baiduAI/AppRecord/AppRecord.vue +++ b/src/project/baiduAI/AppRecord/AppRecord.vue @@ -59,13 +59,14 @@ export default { ...mapState(['user', 'token']), }, onShow() { + this.current = 1 this.getHistoryList() }, onPullDownRefresh() { if(this.current > this.pages) { return this.$u.toast('没有更多记录') } - this.current = this.current + 1 + this.current = 1 this.getHistoryList() }, methods: {