Commit 5bd0f1fb authored by Mac's avatar Mac

1

parent 3882b5b0
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
<style> <style>
@import url('~assets/css/font.css'); @import url('~assets/css/font.css');
@import url('//at.alicdn.com/t/font_2077629_e5kw4py21v.css'); @import url('//at.alicdn.com/t/font_2077629_32amtmfykbo.css');
html, html,
body, body,
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
//获取权限 //获取权限
queryRolePermission() { queryRolePermission() {
var qMsg = { var qMsg = {
RoleId: this.saveObj.RoleId RoleId: this.saveObj&& this.saveObj.RoleId?this.saveObj.RoleId:0
}; };
GetRolePermission(qMsg).then(res => { GetRolePermission(qMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment