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/plate.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/specialWorkSystem/workTicket/zysq/components/plate.vue b/src/views/specialWorkSystem/workTicket/zysq/components/plate.vue index 416a2cc..0690aaa 100644 --- a/src/views/specialWorkSystem/workTicket/zysq/components/plate.vue +++ b/src/views/specialWorkSystem/workTicket/zysq/components/plate.vue @@ -190,7 +190,7 @@ v-for="item in otherWorkList" :key="item.value" :label="item.label" - :value="item.value" + :value="item.label" /> </el-select> </el-form-item> -- Gitblit v1.9.2