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{