af-mobile-client-vue3 1.4.46 → 1.4.47

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.
@@ -1283,6 +1283,7 @@ function scanCodeOrNfc(attr) {
1283
1283
  :attr="attr"
1284
1284
  :mode="props.mode"
1285
1285
  :readonly="readonly"
1286
+ :service-name="serviceName"
1286
1287
  :is-async-upload="isAsyncUpload"
1287
1288
  @update-file-list="updateFile"
1288
1289
  />
@@ -188,4 +188,4 @@ export interface PolygonLayerConfig {
188
188
  onClick?: (polygon: PolygonData, event: any) => void
189
189
  /** 多边形数据提供者 */
190
190
  dataProvider?: () => PolygonData[] | Promise<PolygonData[]>
191
- }
191
+ }