tsv2-library 1.1.0-dev-alpha.36 → 1.1.0-dev-alpha.37
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/dist/tsv2-library.es.js
CHANGED
|
@@ -71963,7 +71963,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
71963
71963
|
var _a;
|
|
71964
71964
|
try {
|
|
71965
71965
|
const { data: body } = await AssetsServices.postAssetList({
|
|
71966
|
-
_id: props.id,
|
|
71966
|
+
_id: JSON.stringify([props.id]),
|
|
71967
71967
|
tag: tag2
|
|
71968
71968
|
});
|
|
71969
71969
|
serialNumber.value = device2;
|