liuhj 2 달 전
부모
커밋
e862cfa954
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Resource/VisitSchedule.vue

+ 1 - 1
src/components/Resource/VisitSchedule.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="VisitSchedule-all" v-loading.fullscreen.lock="fullscreenLoading">
-        <el-dialog width="400px" title="单位" :visible.sync="UnitVisible">
+        <el-dialog :close-on-click-modal="false" width="400px" title="单位" :visible.sync="UnitVisible">
             <el-form>
                 <el-form-item label="团组单位:" :label-width="formLabelWidth">
                     <el-input v-model="unitone" autocomplete="off"></el-input>