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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.20.73",
3
+ "version": "1.20.74",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -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 '@/services/api/common'
207
+ import { runLogic } from '@vue2-client/services/api/common'
208
208
 
209
209
  export default {
210
210
  name: 'XInspectionDetailDrawer',