mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-06 02:50:13 +08:00
update 汇付会员
This commit is contained in:
@@ -312,7 +312,7 @@ export default {
|
||||
this.$refs[formName].resetFields();
|
||||
},
|
||||
// 查询汇付会员
|
||||
getList() {
|
||||
selectAdapayMember() {
|
||||
console.log("this.merchantId", this.merchantId);
|
||||
let param = {
|
||||
merchantId: this.merchantId,
|
||||
@@ -323,9 +323,14 @@ export default {
|
||||
this.adapayMember = response.data;
|
||||
});
|
||||
},
|
||||
// 查询汇付结算账户
|
||||
selectSettleAccount() {
|
||||
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.getList();
|
||||
this.selectAdapayMember();
|
||||
this.selectSettleAccount();
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user