| | |
| | | import HxlhTable from '@/components/HxlhTable/index.vue' |
| | | import { getToken } from "@/utils/auth.js"; |
| | | import { ref } from "vue"; |
| | | import { ElMessage } from 'element-plus' |
| | | // import { ElMessage } from 'element-plus' |
| | | const { proxy } = getCurrentInstance(); |
| | | |
| | | const ApsResourceGroupList = ref([]); |
| | |
| | | const title = ref(""); |
| | | const daterangeRequestDate = ref([]); |
| | | //弹窗相关 |
| | | const height = ref(document.documentElement.clientHeight - 260 + "px;") |
| | | const height = ref(document.documentElement.clientHeight - 230 + "px;") |
| | | const isVisible = ref(false); |
| | | const isError = ref(false); |
| | | const planned = ref(true); |