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/mainPlan/abnormalProcessAnalysis/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/mainPlan/abnormalProcessAnalysis/index.vue b/src/views/mainPlan/abnormalProcessAnalysis/index.vue
index 7061234..e3d1090 100644
--- a/src/views/mainPlan/abnormalProcessAnalysis/index.vue
+++ b/src/views/mainPlan/abnormalProcessAnalysis/index.vue
@@ -10,7 +10,7 @@
           v-hasPermi="['abnormalAnalysis:export']"
         >瀵煎嚭</el-button>
       </el-col>
-      <right-toolbar :search="false" @queryTable="getList"></right-toolbar>
+      <right-toolbar :search="false" @refreshTable="getList"></right-toolbar>
     </el-row>
     <HxlhTable
         style="width: 100%"
@@ -40,7 +40,7 @@
 const multiple = ref(true);
 const total = ref(0);
 const title = ref("");
-const height = ref(document.documentElement.clientHeight - 180 + "px;")
+const height = ref(document.documentElement.clientHeight - 160 + "px;")
 
 const data = reactive({
   form: {},

--
Gitblit v1.9.3