chengxiangling
2025-05-11 eedfb8fa8d1eeb83554081f5785f832f45a64f3a
src/views/basicData/resourceGroup/index.vue
@@ -161,7 +161,7 @@
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([]);
@@ -175,7 +175,7 @@
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);