Commit 9defebef by 史敦盼

禁止点击蒙层关闭弹窗

1 parent 87c2c2ff
Showing with 2 additions and 0 deletions
......@@ -227,6 +227,7 @@
:visible.sync="add_dialog"
:center="false"
class="dialog1"
:close-on-click-modal="false"
width="60%"
>
<div class="add_dialog_content">
......@@ -540,6 +541,7 @@
:visible.sync="add_dialog3"
:center="false"
width="50%"
:close-on-click-modal="false"
>
<div class="add_dialog_content">
<el-table :data="formData.arrList" stripe border height="300">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!