From a3c5980f2853af896444aad3fc298dec50e799db Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期一, 28 四月 2025 10:01:26 +0800 Subject: [PATCH] 上传图片功能 --- src/components/public/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/public/index.vue b/src/components/public/index.vue index 19a6ccc..811b3ff 100644 --- a/src/components/public/index.vue +++ b/src/components/public/index.vue @@ -9,7 +9,7 @@ <h2 style="text-align: center;">{{ queryParams.proName || '鏆傛棤椤圭洰鍚嶇О' }}</h2> <div style="display: flex; width: 100%"> <div style="width: 50%; margin-right: 40px"> - <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="bingzhong"> <el-input v-model="queryParams.bingzhong" -- Gitblit v1.8.0