|
|
@ -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) { |
|
|
|