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/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