Sfoglia il codice sorgente

fix:事故案例部门树

yanghao 3 settimane fa
parent
commit
0d23593df8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/pms/qhse/case/index.vue

+ 1 - 1
src/views/pms/qhse/case/index.vue

@@ -225,7 +225,7 @@
               v-model="formData.deptId"
               v-model="formData.deptId"
               :data="deptList2"
               :data="deptList2"
               :props="defaultProps"
               :props="defaultProps"
-              check-strictly
+              :check-strictly="false"
               node-key="id"
               node-key="id"
               filterable
               filterable
               placeholder="请选择所在部门" />
               placeholder="请选择所在部门" />