index.js 514 B

123456789101112131415
  1. import flowService from '@/webflow/flow-service'
  2. import routerService from '@/common/services/router-service'
  3. // 工程信息
  4. routerService.routeInFrame('spic-engine-construce-base', {
  5. component: './spic-engine-construce-base.vue',
  6. })
  7. // 工程建设项目信息
  8. routerService.routeInFrame('spic-engine-construce-table', {
  9. component: './spic-engine-construce-table.vue',
  10. })
  11. flowService.addFlowForm(
  12. 'vue:audit/spicengineconstruceproject/spicEngineConstruceBase',
  13. './spic-engine-construce-base-form.vue'
  14. )