af-mobile-client-vue3 1.3.85 → 1.3.86

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,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.3.85",
4
+ "version": "1.3.86",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -221,7 +221,7 @@ function handlePhotoUpload(photoData: any) {
221
221
  f_operator: 'server',
222
222
  imgPath: photoData.filePath,
223
223
  urlPath: `/api/${import.meta.env.VITE_APP_SYSTEM_NAME}/resource/upload`,
224
- commonId: parentData.commonId ?? '',
224
+ commonId: parentData.commonId.value ?? '',
225
225
  }
226
226
  if (props.isAsyncUpload) {
227
227
  // 添加上传队列