From d0bec404f2c22ca04e8592f1a2ba0b39eab0be2f Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 22 五月 2023 09:37:03 +0800 Subject: [PATCH] Default Changelist --- 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