NEZ-2335 fix: 修复 asset 复制时,原占用的 机柜位置可选的问题

This commit is contained in:
zhangyu
2022-10-31 14:06:42 +08:00
parent 3336f96703
commit a90a94e095
25 changed files with 44 additions and 46 deletions

View File

@@ -107,9 +107,9 @@ import bottomBox from '@/components/common/bottomBox/bottomBox'
import { bottomBoxWindow } from '@/components/common/js/tools'
import panelChart from '@/components/chart/panelChart'
import bus from '@/libs/bus'
import routerPathParams from "@/components/common/mixin/routerPathParams";
import lodash from "lodash";
import SearchBox from "@/components/common/searchBox/searchBox";
import routerPathParams from '@/components/common/mixin/routerPathParams'
import lodash from 'lodash'
import SearchBox from '@/components/common/searchBox/searchBox'
export default {
name: 'nzDataList',
mixins: [routerPathParams],