!188 feat: 支付管理/应用信息

Merge pull request !188 from dhb52/master
This commit is contained in:
芋道源码
2023-08-05 05:25:39 +00:00
committed by Gitee
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()