This commit is contained in:
ylj20011123 2025-09-30 19:19:06 +08:00
parent e876df2bde
commit 651263dec0
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ export type LoginModelType = {
subscriptions: {
}
};
};
const Model: LoginModelType = {
namespace: 'login',

View File

@ -56,5 +56,5 @@ const MenuModel: MenuModelType = {
};
},
},
};
};
export default MenuModel;

View File

@ -17,9 +17,9 @@ import ProForm, { ProFormCheckbox, ProFormRadio, ProFormSelect, ProFormText } fr
import { handleGetCASHWORKERDetail, handleGetCASHWORKERList, handleGetServerpartShopList, handleSynchroCASHWORKER } from "./service";
import PageTitleBox from "@/components/PageTitleBox";
import session from "@/utils/session";
import { handleNewGetSERVERPARTDetail } from "../service";
import { formatTreeData } from "@/utils/format";
import { exportXlsxFromProColumnsExcelJS } from "@/utils/exportExcelFun";
import { handleNewGetSERVERPARTDetail } from "../service";
const serviceAreaPersonnel: React.FC<{ currentUser: CurrentUser }> = (props) => {