vue2-client 1.20.73 → 1.20.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -204,7 +204,7 @@ import HazardPhotos from './components/HazardPhotos.vue'
|
|
|
204
204
|
import { FileImageGroup } from '@vue2-client/base-client/components/common/FileImage'
|
|
205
205
|
import ImagePreviewModal from '@vue2-client/base-client/components/common/ImagePreviewModal/ImagePreviewModal.vue'
|
|
206
206
|
import { printWithHtmlToImage, exportToPDFWithJpeg } from '@vue2-client/utils/htmlToImage'
|
|
207
|
-
import { runLogic } from '
|
|
207
|
+
import { runLogic } from '@vue2-client/services/api/common'
|
|
208
208
|
|
|
209
209
|
export default {
|
|
210
210
|
name: 'XInspectionDetailDrawer',
|