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