From 80b9315a9538654cd4ed3e52858b965326f16e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Tue, 20 Jun 2023 16:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../userManage/bindPlatformEditModel.vue | 1 + src/views/userManage/bindPlatformModel.vue | 21 ++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/views/userManage/bindPlatformEditModel.vue b/src/views/userManage/bindPlatformEditModel.vue index e239febf..e420d387 100644 --- a/src/views/userManage/bindPlatformEditModel.vue +++ b/src/views/userManage/bindPlatformEditModel.vue @@ -8,6 +8,7 @@ - + 账号验证 @@ -257,7 +257,7 @@ export default { }, closeDialog() { this.orderMutiVisible = false; - this.getList(); + this.getPlatFormDelect(); }, deleteDialog(row) { this.$confirm("确认删除该自助平台信息?", "提示", { @@ -285,8 +285,8 @@ export default { }); }, handleCurrentChange(val) { - this.query.page = val; - this.getList(); + this.query.page = val.page; + this.getPlatFormDelect(); }, addDelect(row){ if(this.check=true){ @@ -296,6 +296,17 @@ export default { }else{ this.formQuery=2; this.editLogin.id=row.id + this.editLogin.platformId = row.platformId; + this.editLogin.appid = row.appid; + this.editLogin.apiKey = row.apiKey; + this.editLogin.secretKey = row.secretKey; + this.editLogin.unitId = row.unitId; + this.editLogin.customerId = row.platformId + this.editLogin.sourceAction = row.sourceAction + this.editLogin.invCode = row.invCode + this.editLogin.invSubCode = row.invSubCode + this.editLogin.targetAction = row.targetAction + console.log(this.editLogin) this.editLoginVisible=true; } }else{