From 892fc9a532e52266480a9790aea01c43b1612bdc Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Wed, 14 Jul 2021 15:20:15 +0800 Subject: [PATCH] pc/pda --- src/views/modules/sys/menu-add-or-update.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {