liuhj 2 months ago
parent
commit
e862cfa954
1 changed files with 1 additions and 1 deletions
  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>