From 35bff42b22d092d164ef4b9db8701f839c57bd9c Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期六, 11 六月 2022 11:33:08 +0800
Subject: [PATCH] 提交代码

---
 src/views/components/constructionBatch/list.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/components/constructionBatch/list.vue b/src/views/components/constructionBatch/list.vue
index 63503c8..e702ca3 100644
--- a/src/views/components/constructionBatch/list.vue
+++ b/src/views/components/constructionBatch/list.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="app-container">
-    <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
+    <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px" @submit.native.prevent>
       <el-form-item label="鏂藉伐鎵规" prop="batch">
         <el-input
           v-model="queryParams.batch"

--
Gitblit v1.9.1