feat: 优化网站分组 (#372)

This commit is contained in:
zhengkunwang223
2023-03-22 21:42:30 +08:00
committed by GitHub
parent 66a345364f
commit 8d675c81c5
25 changed files with 76 additions and 492 deletions

View File

@@ -59,7 +59,7 @@
import { ref } from 'vue';
import i18n from '@/lang';
import ComplexTable from '@/components/complex-table/index.vue';
import { CreateGroup, DeleteGroup, GetGroupList, UpdateGroup } from '@/api/modules/host';
import { CreateGroup, DeleteGroup, GetGroupList, UpdateGroup } from '@/api/modules/group';
import Header from '@/components/drawer-header/index.vue';
import { MsgSuccess } from '@/utils/message';
import { Group } from '@/api/interface/group';