From f72e155281918bb31abefb9313149861efd34b73 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 24 三月 2023 15:47:32 +0800
Subject: [PATCH] 修改申请关联作业传参

---
 src/views/specialWorkSystem/workTicket/zysq/components/ground.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/specialWorkSystem/workTicket/zysq/components/ground.vue b/src/views/specialWorkSystem/workTicket/zysq/components/ground.vue
index 921eeef..571313d 100644
--- a/src/views/specialWorkSystem/workTicket/zysq/components/ground.vue
+++ b/src/views/specialWorkSystem/workTicket/zysq/components/ground.vue
@@ -114,7 +114,7 @@
 				<el-col :span="12">
 					<el-form-item label="关联作业" prop="workDetail.otherSpecialWork">
 						<el-select v-model="form.workDetail.otherSpecialWork" multiple>
-							<el-option v-for="item in otherWorkList" :key="item.value" :label="item.label" :value="item.value" />
+							<el-option v-for="item in otherWorkList" :key="item.value" :label="item.label" :value="item.label" />
 						</el-select>
 					</el-form-item>
 				</el-col>

--
Gitblit v1.9.2