From 03401938c37ab385b67db95f939778929fab8e4f Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Thu, 22 Jan 2026 10:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E8=AE=A2=E5=8D=95=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/common/common.js | 10 +++++++++ src/views/consume/gold/coinConsumeDetail.vue | 5 ++--- .../moneyManage/financialAccount/cashFlow.vue | 1 - .../financialAccount/performanceAttribution.vue | 26 +++++++++++++++++----- 4 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 src/api/common/common.js diff --git a/src/api/common/common.js b/src/api/common/common.js new file mode 100644 index 0000000..f4b8334 --- /dev/null +++ b/src/api/common/common.js @@ -0,0 +1,10 @@ +import http from '@/util/http.js' + +//查询资金流水 +export const getUserInfo = (data) => { + return http({ + method: 'POST', + url: '/admin/userinfo', + data + }) +} \ No newline at end of file diff --git a/src/views/consume/gold/coinConsumeDetail.vue b/src/views/consume/gold/coinConsumeDetail.vue index c7b3791..6b1826b 100644 --- a/src/views/consume/gold/coinConsumeDetail.vue +++ b/src/views/consume/gold/coinConsumeDetail.vue @@ -705,12 +705,11 @@ const getMarket = async function () { - +