diff --git a/src/views/modules/sys/menu-add-or-update.vue b/src/views/modules/sys/menu-add-or-update.vue index 87396cc..95b13fb 100644 --- a/src/views/modules/sys/menu-add-or-update.vue +++ b/src/views/modules/sys/menu-add-or-update.vue @@ -201,7 +201,8 @@ 'url': this.dataForm.url, 'perms': this.dataForm.perms, 'orderNum': this.dataForm.orderNum, - 'icon': this.dataForm.icon + 'icon': this.dataForm.icon, + 'menuType': this.dataForm.menuType }) }).then(({data}) => { if (data && data.code === 0) {