@@ -92,6 +92,7 @@
|
||||
:visible.sync="visible"
|
||||
width="50%"
|
||||
:close-on-click-modal="false"
|
||||
v-dialogDrag
|
||||
:before-close="closeDialog"
|
||||
top="8vh"
|
||||
append-to-body
|
||||
|
||||
@@ -374,7 +374,7 @@ export default {
|
||||
}
|
||||
}
|
||||
// 把下标赋值给 vue 的 data
|
||||
if (navItem) {
|
||||
if (navItem && navItem.id) {
|
||||
this.activeIndex = navItem.id
|
||||
}
|
||||
},
|
||||
|
||||
@@ -402,6 +402,8 @@
|
||||
:visible.sync="emailVisible"
|
||||
v-if="emailVisible"
|
||||
appendToBody
|
||||
:close-on-click-modal="false"
|
||||
v-dialogDrag
|
||||
width="400px"
|
||||
>
|
||||
<el-form
|
||||
|
||||
Reference in New Issue
Block a user