From 0d68be1fa109b0f55fa0b4c023baf4b66dcc9f28 Mon Sep 17 00:00:00 2001 From: liuchengxin <13104445455@163.com> Date: 星期四, 09 六月 2022 14:06:39 +0800 Subject: [PATCH] BUG修改 --- 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