bug: Fix bug in form reset

This commit is contained in:
QM303176530
2020-04-05 20:57:11 +08:00
parent 81a54b5a44
commit 63fe673169
4 changed files with 4 additions and 27 deletions

View File

@@ -162,17 +162,7 @@ export default {
},
// 初始化弹窗内表格方法
initForm() {
this.form = {
path: '',
name: '',
hidden: '',
parentId: '',
component: '',
meta: {
title: '',
icon: ''
}
}
this.$refs.menuForm.resetFields()
},
// 关闭弹窗
closeDialog() {