From 01f3e49f3763a25ef67a4c3e5786491703a1aece Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 13 七月 2023 14:39:58 +0800 Subject: [PATCH] 特殊作业对接修改 --- src/views/accidentManagementSystem/workInjuryDeclaration/component/openEdit.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/accidentManagementSystem/workInjuryDeclaration/component/openEdit.vue b/src/views/accidentManagementSystem/workInjuryDeclaration/component/openEdit.vue index 302da1e..3d013b2 100644 --- a/src/views/accidentManagementSystem/workInjuryDeclaration/component/openEdit.vue +++ b/src/views/accidentManagementSystem/workInjuryDeclaration/component/openEdit.vue @@ -25,6 +25,7 @@ <el-tree-select v-model="ruleForm.responsibleDepartment" :data="data" class="w100" + check-strictly placeholder="请选择"/> </el-form-item> </el-col> -- Gitblit v1.9.2