From 444ba76f4cca8a9df3faf61ab33ec631aec7fbba Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期五, 16 五月 2025 16:59:12 +0800 Subject: [PATCH] 提交right-toolbar组件事件调用计划运行模块 --- src/views/basicData/event/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/basicData/event/index.vue b/src/views/basicData/event/index.vue index db7db09..e7047b6 100644 --- a/src/views/basicData/event/index.vue +++ b/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) => { -- Gitblit v1.9.3