From ad78625bb4b876018ac68c6f402c9b21d1a7b3bc Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 11 三月 2025 16:46:44 +0800
Subject: [PATCH] 1

---
 src/components/jianceResult/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/jianceResult/index.vue b/src/components/jianceResult/index.vue
index 55118a0..9839b3f 100644
--- a/src/components/jianceResult/index.vue
+++ b/src/components/jianceResult/index.vue
@@ -1,7 +1,7 @@
 <template>
   <div>
     <el-dialog :title="title" :visible.sync="open" width="1200px" append-to-body @close="quxiao">
-      <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">
+      <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px"      @submit.native.prevent>
 
         <el-form-item label="鍐呭" prop="xmg">
           <el-input v-model="queryParams.xmgz" placeholder="璇疯緭鍏ュ唴瀹�" clearable @keyup.enter.native="handleQuery"
@@ -18,6 +18,7 @@
             placeholder=""
             style="width: 400px;"
             clearable
+
           />
         </el-form-item>
       </el-form>

--
Gitblit v1.8.0