feat(cmdb-ui):citype show attr && service tree search (#479)

This commit is contained in:
dagongren
2024-04-17 17:59:21 +08:00
committed by GitHub
parent d8a7728f1d
commit dc8b1a5de2
40 changed files with 710 additions and 559 deletions

View File

@@ -31,7 +31,6 @@ router.beforeEach(async (to, from, next) => {
store.dispatch("loadAllUsers")
store.dispatch("loadAllEmployees")
store.dispatch("loadAllDepartments")
store.dispatch("getCompanyInfo")
store.dispatch('GenerateRoutes', { roles }).then(() => {
router.addRoutes(store.getters.appRoutes)
const redirect = decodeURIComponent(from.query.redirect || to.path)