Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -78,7 +78,8 @@ | @@ -78,7 +78,8 @@ | ||
| 78 | import { useDrawer } from '/@/components/Drawer'; | 78 | import { useDrawer } from '/@/components/Drawer'; |
| 79 | import ContactDrawer from './ConfigurationCenterDrawer.vue'; | 79 | import ContactDrawer from './ConfigurationCenterDrawer.vue'; |
| 80 | import { useResetOrganizationTree, OrganizationIdTree } from '/@/views/common/organizationIdTree'; | 80 | import { useResetOrganizationTree, OrganizationIdTree } from '/@/views/common/organizationIdTree'; |
| 81 | - import { searchFormSchema, columns, Platform } from './center.data'; | 81 | + import { searchFormSchema, columns } from './center.data'; |
| 82 | + import { Platform } from '../center/center.data'; | ||
| 82 | import { | 83 | import { |
| 83 | getPage, | 84 | getPage, |
| 84 | deleteConfigurationCenter, | 85 | deleteConfigurationCenter, |