chengxiangling
2025-05-16 444ba76f4cca8a9df3faf61ab33ec631aec7fbba
src/views/basicData/event/index.vue
@@ -94,7 +94,9 @@
          v-hasPermi="['core:event: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
@@ -222,7 +224,7 @@
const processList = ref([]);
const calendarList = ref([]);
const height = ref(document.documentElement.clientHeight - 230 + "px;")
const height = ref(document.documentElement.clientHeight - 210 + "px;")
// 多选框选中数据
const handleCheckboxChange = (data) => {