perf: invoice page refresh after apply (#2469)

* perf: 发票申请弹窗成功后刷新

* refactor: 组件内拿invoiceTab
This commit is contained in:
papapatrick
2024-08-22 12:24:33 +08:00
committed by GitHub
parent 225554f22c
commit 366fe0eada
3 changed files with 35 additions and 16 deletions

View File

@@ -20,7 +20,6 @@ const BillAndInvoice = dynamic(() => import('./components/bill/BillAndInvoice'))
const InformTable = dynamic(() => import('./components/InformTable'));
const ApiKeyTable = dynamic(() => import('./components/ApiKeyTable'));
const Individuation = dynamic(() => import('./components/Individuation'));
enum TabEnum {
'info' = 'info',
'promotion' = 'promotion',