jbb il y a 2 ans
Parent
commit
faf55bb2cb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/config/router.config.js

+ 1 - 1
src/config/router.config.js

@@ -395,6 +395,6 @@ export const constantRouterMap = [
   },
   {
     path: '/reportFormsSimple/costAllocationTable',
-    component: () => import( '@/views/reportForms/cost-allocation-table')
+    component: () => import( '@/views/cost-allocation-total/costDetailDrawer')
   },
 ]