@adminforth/bulk-ai-flow 1.7.1 → 1.7.2

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/build.log CHANGED
@@ -11,5 +11,5 @@ custom/tsconfig.json
11
11
  custom/visionAction.vue
12
12
  custom/visionTable.vue
13
13
 
14
- sent 180,710 bytes received 134 bytes 361,688.00 bytes/sec
15
- total size is 180,175 speedup is 1.00
14
+ sent 180,687 bytes received 134 bytes 361,642.00 bytes/sec
15
+ total size is 180,152 speedup is 1.00
@@ -492,7 +492,7 @@ async function uploadImage(imgBlob, id, fieldName) {
492
492
  contentType: type,
493
493
  size,
494
494
  originalExtension: extension,
495
- recordPk: route?.params?.primaryKey,
495
+ recordPk: id,
496
496
  },
497
497
  });
498
498
 
@@ -492,7 +492,7 @@ async function uploadImage(imgBlob, id, fieldName) {
492
492
  contentType: type,
493
493
  size,
494
494
  originalExtension: extension,
495
- recordPk: route?.params?.primaryKey,
495
+ recordPk: id,
496
496
  },
497
497
  });
498
498
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/bulk-ai-flow",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },