From a5ad42f49b8aedb7f978cf0659984486256acf58 Mon Sep 17 00:00:00 2001 From: smallchill Date: Tue, 18 Aug 2020 17:17:41 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=AF=BC=E5=87=BAapi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/system/user.vue b/src/views/system/user.vue index 1e65dec..f06c4b7 100644 --- a/src/views/system/user.vue +++ b/src/views/system/user.vue @@ -12,6 +12,7 @@ { - const searchForm = this.$refs.crud.searchForm; - window.open(`/api/blade-user/export-user?${this.website.tokenHeader}=${getToken()}&account=${searchForm.account}&realName=${searchForm.realName}`); + window.open(`/api/blade-user/export-user?${this.website.tokenHeader}=${getToken()}&account=${this.search.account}&realName=${this.search.realName}`); }); }, handleTemplate() {