From e73335f0a87f92b0972f0ae752d2bd58ce78bdc4 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期三, 26 六月 2024 16:18:33 +0800
Subject: [PATCH] 1
---
mixin/mixin.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/mixin/mixin.js b/mixin/mixin.js
index 7459a6f..e3db599 100644
--- a/mixin/mixin.js
+++ b/mixin/mixin.js
@@ -255,6 +255,10 @@
}
return true
},
+ async refreshList(){
+ this.page.current = 1
+ await this.getList()
+ },
async getList() {
if (this.listApi) {
this.$message.showLoading()
--
Gitblit v1.9.3