From 67ed75251f24c79a5df074e296a3e665c653c4b8 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 20 May 2022 11:20:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E6=9B=B4=E6=8D=A2url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/selectSysUser.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/selectSysUser.vue b/src/components/pages/selectSysUser.vue index 2f27b52f..3d3a2c84 100644 --- a/src/components/pages/selectSysUser.vue +++ b/src/components/pages/selectSysUser.vue @@ -58,9 +58,9 @@ export default { }, methods: { getList() { - let {current, total, name: con} = this + let {current, total, name: con, $route: {query: {action}}} = this if (total == 0 || current <= total) { - this.$http.post(`/admin/user/userIntegralList`, null, { + this.$http.post(action || `/admin/user/userIntegralList`, null, { params: {current, size: 20, con} }).then(res => { if (res?.data) {