style:菜单
Showing
1 changed file
with
3 additions
and
2 deletions
1 | <template> | 1 | <template> |
2 | <dialogBox class="modifydialog" :isMain="true" :title="2222" @closeDialog="close" @submitForm="submitForm" v-model="myValue"> | 2 | <dialogBox class="modifydialog" :isMain="true" :title="2222" @closeDialog="close" @submitForm="submitForm" |
3 | v-model="myValue"> | ||
3 | <div class="modifydialog-con"> | 4 | <div class="modifydialog-con"> |
4 | <el-form ref="form" :model="form" :rules="rules"> | 5 | <el-form ref="form" :model="form" :rules="rules"> |
5 | <el-row :gutter="24"> | 6 | <el-row :gutter="24"> |
... | @@ -217,7 +218,7 @@ export default { | ... | @@ -217,7 +218,7 @@ export default { |
217 | }, | 218 | }, |
218 | close () { | 219 | close () { |
219 | this.resetForm() | 220 | this.resetForm() |
220 | this.visible = false | 221 | this.$emit('input', false) |
221 | } | 222 | } |
222 | } | 223 | } |
223 | } | 224 | } | ... | ... |
-
Please register or sign in to post a comment