From 2e37617b596c1b0b19a40833dd21706938e2c78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 30 Jan 2021 11:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E9=87=91=E6=98=8E=E7=BB=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/amountdetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/user/amountdetails.vue b/src/components/user/amountdetails.vue index 4c6f6c0..e6785ad 100644 --- a/src/components/user/amountdetails.vue +++ b/src/components/user/amountdetails.vue @@ -90,7 +90,7 @@ export default { }) }, dataExport () { - this.$api.getDownloadFile('/baseinfo/v1/user/ExportAmount', this.searchModel) + this.$api.getDownloadFile(this.$api.phpURL + 'user/UserScore/export', this.searchModel, '资金明细.csv') } } }