当前公司名称不显示问题修复
This commit is contained in:
parent
08c3874947
commit
6076bca996
|
|
@ -50,9 +50,11 @@ watch(userInfo, (newValue, oldCount) => {
|
|||
activeLoginCompanyName.value = e.companyName
|
||||
}
|
||||
})
|
||||
}).catch((err: any) => {
|
||||
console.log('🚀 ~ getCompanyListApi ~ err:', err)
|
||||
})
|
||||
}
|
||||
})
|
||||
}, { immediate: true })
|
||||
// watch(token, (newValue, oldCount) => {
|
||||
// if (newValue) {
|
||||
// getUserListData()
|
||||
|
|
|
|||
Loading…
Reference in New Issue