feat: 支付管理/应用信息(alpha)

This commit is contained in:
dhb52
2023-08-03 23:07:22 +08:00
parent bc258dbb8c
commit 323417b0d4
8 changed files with 889 additions and 115 deletions

View File

@ -325,7 +325,7 @@ const openDetail = (id: number) => {
onMounted(async () => {
await getList()
// 加载商户列表
merchantList.value = await MerchantApi.getMerchantListByName()
// merchantList.value = await MerchantApi.getMerchantListByName()
// 加载 App 列表
// TODO 芋艿:候选少一个查询应用列表的接口
// appList.value = await AppApi.getAppListByMerchantId()