当前公司名称不显示问题修复

This commit is contained in:
bb_pan 2025-02-08 10:38:07 +08:00
parent 08c3874947
commit 6076bca996
1 changed files with 3 additions and 1 deletions

View File

@ -50,9 +50,11 @@ watch(userInfo, (newValue, oldCount) => {
activeLoginCompanyName.value = e.companyName activeLoginCompanyName.value = e.companyName
} }
}) })
}).catch((err: any) => {
console.log('🚀 ~ getCompanyListApi ~ err:', err)
}) })
} }
}) }, { immediate: true })
// watch(token, (newValue, oldCount) => { // watch(token, (newValue, oldCount) => {
// if (newValue) { // if (newValue) {
// getUserListData() // getUserListData()