Showing
1 changed file
with
2 additions
and
1 deletions
| ... | ... | @@ -78,7 +78,8 @@ |
| 78 | 78 | import { useDrawer } from '/@/components/Drawer'; |
| 79 | 79 | import ContactDrawer from './ConfigurationCenterDrawer.vue'; |
| 80 | 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 | 83 | import { |
| 83 | 84 | getPage, |
| 84 | 85 | deleteConfigurationCenter, | ... | ... |