From 3f0e6bab8fdf7b7fe449b590f8a4b880e07ff595 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 20 May 2022 11:26:12 +0800 Subject: [PATCH] =?UTF-8?q?url=E5=8F=82=E6=95=B0=E8=A7=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/selectSysUser.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/pages/selectSysUser.vue b/src/components/pages/selectSysUser.vue index 3d3a2c84..11f445ae 100644 --- a/src/components/pages/selectSysUser.vue +++ b/src/components/pages/selectSysUser.vue @@ -60,6 +60,7 @@ export default { getList() { let {current, total, name: con, $route: {query: {action}}} = this if (total == 0 || current <= total) { + action = decodeURIComponent(action) this.$http.post(action || `/admin/user/userIntegralList`, null, { params: {current, size: 20, con} }).then(res => {