fix: Change role language undefined. (#498)

pull/3759/head
Edwin Betancourt 2020-05-16 11:18:54 -04:00 committed by GitHub
parent 94b034c605
commit 5652d48f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import router, { resetRouter } from '@/router'
import { showMessage } from '@/utils/ADempiere/notification' import { showMessage } from '@/utils/ADempiere/notification'
import { isEmptyValue } from '@/utils/ADempiere/valueUtils' import { isEmptyValue } from '@/utils/ADempiere/valueUtils'
import { convertDateFormat } from '@/utils/ADempiere/valueFormat' import { convertDateFormat } from '@/utils/ADempiere/valueFormat'
import { language, getLanguage } from '@/lang' import language, { getLanguage } from '@/lang'
const state = { const state = {
token: getToken(), token: getToken(),