From 2f0a089af01616dc5ad96f55f36014536ca52555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Sun, 25 Jun 2023 11:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/userManage/bindPlatformEditModel.vue | 4 ++-- src/views/userManage/bindPlatformModel.vue | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/userManage/bindPlatformEditModel.vue b/src/views/userManage/bindPlatformEditModel.vue index 016c6a76..7a39ef33 100644 --- a/src/views/userManage/bindPlatformEditModel.vue +++ b/src/views/userManage/bindPlatformEditModel.vue @@ -275,7 +275,7 @@ export default { this.editLogin.apiKey = this.editQuery.apiKey; this.editLogin.secretKey = this.editQuery.secretKey; this.editLogin.unitId = this.editQuery.unitId; - this.editLogin.customerId = this.editQuery.platformId + this.editLogin.customerId = this.editQuery.customerId this.getLocalBussinessType() this.getTargetInv() }else{ @@ -285,7 +285,7 @@ export default { this.editLogin.apiKey = this.editQuery.apiKey; this.editLogin.secretKey = this.editQuery.secretKey; this.editLogin.unitId = this.editQuery.unitId; - this.editLogin.customerId = this.editQuery.platformId + this.editLogin.customerId = this.editQuery.customerId this.editLogin.sourceAction = this.editQuery.sourceAction this.editLogin.invCode = this.editQuery.invCode this.editLogin.invSubCode = this.editQuery.invSubCode diff --git a/src/views/userManage/bindPlatformModel.vue b/src/views/userManage/bindPlatformModel.vue index 722734e8..a60e7025 100644 --- a/src/views/userManage/bindPlatformModel.vue +++ b/src/views/userManage/bindPlatformModel.vue @@ -248,6 +248,7 @@ export default { this.editLogin.appid=res.data.appid; this.editLogin.apiKey=res.data.apiKey; this.editLogin.secretKey=res.data.secretKey; + this.editLogin.customerId=res.data.customerId; this.$message.success("验证成功"); } else { this.$message.error(res.message); @@ -301,7 +302,7 @@ export default { this.editLogin.apiKey = row.apiKey; this.editLogin.secretKey = row.secretKey; this.editLogin.unitId = row.unitId; - this.editLogin.customerId = row.platformId + this.editLogin.customerId = row.customerId this.editLogin.sourceAction = row.sourceAction this.editLogin.invCode = row.invCode this.editLogin.invSubCode = row.invSubCode @@ -332,7 +333,7 @@ export default { this.editLogin.platformId = this.editQuery.platformId; this.editLogin.name = this.editQuery.name; this.editLogin.unitId=this.editQuery.unitId; - this.editLogin.customerId=this.editQuery.platformId + this.editLogin.customerId=this.editQuery.customerId this.editLogin.sourceAction = this.editQuery.sourceAction this.editLogin.invCode = this.editQuery.invCode this.editLogin.invSubCode = this.editQuery.invSubCode