chengxiangling
2025-05-16 444ba76f4cca8a9df3faf61ab33ec631aec7fbba
src/views/basicData/resourceGroup/index.vue
@@ -56,7 +56,10 @@
          v-hasPermi="['ApsResourceGroup:ApsResourceGroup:export']"
        >导出</el-button>
      </el-col>
      <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
      <right-toolbar v-model:showSearch="showSearch"
        @queryTable="handleQuery"
        @resetTable="resetQuery"
      ></right-toolbar>
    </el-row>
    <HxlhTable
@@ -175,7 +178,7 @@
const title = ref("");
const daterangeRequestDate = ref([]);
//弹窗相关
const height = ref(document.documentElement.clientHeight - 230 + "px;")
const height = ref(document.documentElement.clientHeight - 210 + "px;")
const isVisible = ref(false);
const isError = ref(false);
const planned = ref(true);