|
@@ -461,7 +461,7 @@
|
|
|
<img width="100%" :src="dialogImageUrl" alt="" />
|
|
|
</el-dialog>
|
|
|
<!-- 添加或修改参数配置对话框 -->
|
|
|
- <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
|
|
|
+ <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body :close-on-click-modal="false">
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="150px">
|
|
|
<!-- <el-form-item label="时间" prop="configName">
|
|
|
<el-date-picker type="date" placeholder="选择日期" v-model="form.createTime" style="width: 335px"></el-date-picker>
|
|
@@ -521,6 +521,7 @@
|
|
|
:visible.sync="opentwo"
|
|
|
width="800px"
|
|
|
append-to-body
|
|
|
+ :close-on-click-modal="false"
|
|
|
>
|
|
|
<el-form
|
|
|
ref="formtwo"
|
|
@@ -586,6 +587,7 @@
|
|
|
:visible.sync="openther"
|
|
|
width="800px"
|
|
|
append-to-body
|
|
|
+ :close-on-click-modal="false"
|
|
|
>
|
|
|
<el-form
|
|
|
ref="formther"
|