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

diff --git a/src/views/mainPlan/weldSeam/index.vue b/src/views/mainPlan/weldSeam/index.vue
index fe40515..184a9f5 100644
--- a/src/views/mainPlan/weldSeam/index.vue
+++ b/src/views/mainPlan/weldSeam/index.vue
@@ -21,7 +21,7 @@
           >{{ $t("common.common.export") }}</el-button
         >
       </el-col>
-      <right-toolbar :search="false" @queryTable="getList"></right-toolbar>
+      <right-toolbar :search="false" @refreshTable="getList"></right-toolbar>
     </el-row>
 
     <HxlhTable
@@ -268,7 +268,7 @@
 const isVisible = ref(false);
 const isError = ref(false);
 const planned = ref(true);
-const height = ref(document.documentElement.clientHeight - 170 + "px;");
+const height = ref(document.documentElement.clientHeight - 160 + "px;");
 const exampleHeight = ref("500px");
 const uploadRef = ref();
 const exampleList = ref([]);

--
Gitblit v1.9.3