From ad8046c3217ddbf8cef639287cb8a87c5e349be2 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期五, 15 十二月 2023 16:54:50 +0800 Subject: [PATCH] bug修改 --- src/views/components/publish.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/publish.vue b/src/views/components/publish.vue index 0836428..20f7212 100644 --- a/src/views/components/publish.vue +++ b/src/views/components/publish.vue @@ -17,7 +17,7 @@ /> </el-form-item> <el-form-item label="业务范围:" style="margin-bottom: 0;margin-right: 20px"> - <el-select v-model="state.querys.business" placeholder="请选择业务范围" multiple style="width: 100%"> + <el-select v-model="state.querys.business" placeholder="请选择业务范围" style="width: 100%"> <el-option v-for="item in state.busList" :key="item.id" @@ -111,7 +111,7 @@ const getData = async ()=>{ const param = { name: state.querys.name, - business: state.querys.business ? state.querys.business.join(','):'', + business: state.querys.business, province: state.querys.province, city: state.querys.city, district: state.querys.district, -- Gitblit v1.9.2