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 => {