提交 修改弹窗点击关闭
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
v-if="dialogVisible2"
|
||||
:visible="dialogVisible2"
|
||||
@close="clearDialog"
|
||||
custom-class="delDia"
|
||||
custom-class="delDia" :close-on-click-modal="false"
|
||||
width="35%"
|
||||
>
|
||||
<div class="tips">
|
||||
@@ -129,7 +129,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<el-drawer
|
||||
:title="this.currentTreeData.label + ' ' + $t('GroupClassification.AssociatedJournal')"
|
||||
:title="this.currentTreeData.label + ' ' + $t('GroupClassification.AssociatedJournal')" :wrapperClosable="false"
|
||||
:visible.sync="drawer"
|
||||
direction="rtl"
|
||||
:before-close="handleClose"
|
||||
|
||||
Reference in New Issue
Block a user