update 汇付会员

This commit is contained in:
2023-06-09 15:56:08 +08:00
parent 2b0be665a1
commit b42fc8a6cf

View File

@@ -319,8 +319,10 @@ export default {
};
selectAdapayMember(param).then((response) => {
// console.log("查询 response", response);
this.ruleForm = response.data;
this.adapayMember = response.data;
if (response.data != null) {
this.ruleForm = response.data;
this.adapayMember = response.data;
}
});
},
// 查询汇付结算账户