Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
OrangeM21
2020-06-16 16:43:39 +08:00

View File

@@ -40,7 +40,7 @@ export default {
autoParam: ['id=key', 'name=n', 'level=lv'],
type: 'get',
headers: {
'X-JMS-ORG': JSON.parse(this.$cookie.get('jms_current_org')).id || ''
'X-JMS-ORG': JSON.parse(this.$cookie.get('jms_current_org')) ? JSON.parse(this.$cookie.get('jms_current_org')).id : ''
}
},
callback: {