|
|
|
@ -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
|
|
|
|
|