更新采购申请

This commit is contained in:
吴红兵
2026-03-01 21:55:33 +08:00
parent f2df01c38e
commit 992e9f5a3e
14 changed files with 837 additions and 948 deletions

View File

@@ -8,6 +8,7 @@ declare interface UserInfosState<T = any> {
authBtnList: string[];
photo: string;
roles: string[];
roleCodes: string[];
time: number;
userName: string;
[key: string]: T;