| | |
| | | import { getRoot } from '/@/root' |
| | | import * as icons from '@ant-design/icons-vue' |
| | | import { ERouterName } from '/@/types' |
| | | import { testUnBind } from '/@/api/manage' |
| | | import { UnBind } from '/@/api/manage' |
| | | import { useMyStore } from '/@/store' |
| | | interface IOptions { |
| | | key: number |
| | |
| | | async function goBack () { |
| | | const query = toRefs(osdVisible.value) |
| | | snList.value.forEach(async (v: string) => { |
| | | await testUnBind(v) |
| | | await UnBind(v) |
| | | }) |
| | | store.commit('SET_OSD_VISIBLE_INFO', { ...query, visible: false }) |
| | | root.$router.push('/' + ERouterName.PROJECT_LIST) |