From 1d4071d451d275e62dfca8245ff79a1a4d51dfd9 Mon Sep 17 00:00:00 2001 From: Wang YiHang <3060234389@qq.com> Date: Fri, 30 Aug 2024 22:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/market/apitype/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/market/apitype/index.vue b/src/views/market/apitype/index.vue index 7481392..57676c0 100644 --- a/src/views/market/apitype/index.vue +++ b/src/views/market/apitype/index.vue @@ -178,7 +178,8 @@ export default { rechargeParams: { "totalAmt": '', //金额 "paymentType": "0", //支付方式[0:微信,1:支付宝,2:余额,3:活动] - "transType": "1" //交易类型[0:充值,1:消费] + "transType": "1", //交易类型[0:充值,1:消费] + "subject":"" } }; }, @@ -249,6 +250,7 @@ export default { gotoMaintained(customer){ this.dialogTableVisible=true; this.rechargeParams.totalAmt=customer.sysNumber; + this.rechargeParams.subject=customer.sysIntro; }, getType(activeNameL){ this.activeNameL=activeNameL @@ -268,7 +270,6 @@ export default { // 将 Map 的值(即去重后的对象)转换回数组 this.editableTabs = Array.from(uniqueSysLeixingpick.values()) ; - this.total = response.data.total; this.loading = false; }