fix: reload config

This commit is contained in:
xingyu4j
2025-10-20 13:49:09 +08:00
parent 7ed34921bc
commit 91dd233727
3 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ import { z } from '#/adapter/form';
import { getTenantPackageList } from '#/api/system/tenant-package';
import { getRangePickerDefaultProps } from '#/utils';
// TODO @xingyu这个不用 ref 么?
let tenantPackageList: SystemTenantPackageApi.TenantPackage[] = [];
async function getTenantPackageData() {