Browse Source

pc/pda

master
[li_she] 5 years ago
parent
commit
892fc9a532
  1. 3
      src/views/modules/sys/menu-add-or-update.vue

3
src/views/modules/sys/menu-add-or-update.vue

@ -201,7 +201,8 @@
'url': this.dataForm.url, 'url': this.dataForm.url,
'perms': this.dataForm.perms, 'perms': this.dataForm.perms,
'orderNum': this.dataForm.orderNum, 'orderNum': this.dataForm.orderNum,
'icon': this.dataForm.icon
'icon': this.dataForm.icon,
'menuType': this.dataForm.menuType
}) })
}).then(({data}) => { }).then(({data}) => {
if (data && data.code === 0) { if (data && data.code === 0) {

Loading…
Cancel
Save