diff --git a/src/views/system/user/add.vue b/src/views/system/user/add.vue index c34c90c..f60fec1 100644 --- a/src/views/system/user/add.vue +++ b/src/views/system/user/add.vue @@ -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 () => {