修复日期选择问题

This commit is contained in:
张成
2025-11-09 00:48:49 +08:00
parent db9a4a2c83
commit 712ebe6463
3 changed files with 116 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ export interface ListActions {
getCities: () => Promise<void>;
getCityQrCode: () => Promise<void>;
updateArea: (payload: [string, string, string]) => void;
refreshBothLists: () => Promise<void>;
}
export interface IPayload {