fix: user 暂存

This commit is contained in:
lilinyuan
2024-06-19 11:26:01 +08:00
parent f812b4af4d
commit c0bfbbfe65

View File

@@ -191,6 +191,14 @@ const init = async () => {
localData.roleOpt = roleRes.data
const jobRes = await getJobOpt()
localData.jobOpt = jobRes.data
// const reqList = [
// getDeptOpt(),
// getSubCompOpt(),
// getRolesOpt(),
// getJobOpt()
// ]
// const resAll = await Promise.all(reqList)
// console.log("🚀 ~ init ~ resAll:", resAll)
}
const getInfo = async () => {