From 42e7bee237fc87c2f8f4e20116cdc47da4842b44 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期四, 17 七月 2025 18:32:49 +0800
Subject: [PATCH] 1

---
 src/views/hosp/template/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/hosp/template/index.vue b/src/views/hosp/template/index.vue
index 2c284dd..5717b69 100644
--- a/src/views/hosp/template/index.vue
+++ b/src/views/hosp/template/index.vue
@@ -7,6 +7,7 @@
       :inline="true"
       v-show="showSearch"
       label-width="68px"
+      @submit.native.prevent
       style="margin-top: 20px; margin-left: 20px"
     >
       <el-form-item label="妯℃澘鍚嶇О" prop="name">
@@ -33,7 +34,7 @@
       v-loading="loading"
       :data="templateList"
       border
-      style="width: 98%; margin-left: 20px; margin-top: 20px"
+      style="width: 98%; margin-left: 20px"
     >
       <el-table-column label="鍚嶇О" align="center" prop="name" />
       <el-table-column label="鎻忚堪" align="center" prop="remark" />

--
Gitblit v1.8.0