1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00

change path for constanst values

This commit is contained in:
Yamel Senih 2020-12-07 11:33:33 -04:00
parent 17d326dddb
commit c52df1772f
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { showNotification } from '@/utils/ADempiere/notification.js'
import ItemsRelations from './itemsRelations'
import { convertFieldsListToShareLink, recursiveTreeSearch } from '@/utils/ADempiere/valueUtils.js'
import { supportedTypes, exportFileFromJson } from '@/utils/ADempiere/exportUtil.js'
import ROUTES from '@/utils/ADempiere/zoomWindow'
import ROUTES from '@/utils/ADempiere/constants/zoomWindow'
import relationsMixin from './relationsMixin.js'
export default {