Zhu Zhonghua
2025-05-12 8d141c19086a0e88402c85702599e7748b2a6cd4
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);