@fewangsit/wangsvue-fats 1.0.0-alpha.88 → 1.0.0-alpha.89

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/wangsvue-fats.js CHANGED
@@ -52308,7 +52308,9 @@ const g_ = /* @__PURE__ */ Ce({
52308
52308
  const m = {
52309
52309
  ...r.queryParams,
52310
52310
  tag: c.code,
52311
- excludeId: (d = r.modelValue) != null && d.length ? JSON.stringify(r.modelValue.map((S) => S._id)) : void 0,
52311
+ excludeId: (d = r.modelValue) != null && d.length ? JSON.stringify(
52312
+ r.modelValue.map((S) => S._id)
52313
+ ) : void 0,
52312
52314
  page: 1,
52313
52315
  limit: 1
52314
52316
  }, { data: v } = await Gu.getAllAssets(m);
@@ -52348,7 +52350,9 @@ const g_ = /* @__PURE__ */ Ce({
52348
52350
  const m = {
52349
52351
  ...r.queryParams,
52350
52352
  tag: c.code,
52351
- excludeId: (d = r.modelValue) != null && d.length ? JSON.stringify(r.modelValue.map((S) => S.asset)) : void 0,
52353
+ excludeId: (d = r.modelValue) != null && d.length ? JSON.stringify(
52354
+ r.modelValue.map((S) => S.asset)
52355
+ ) : void 0,
52352
52356
  page: 1,
52353
52357
  limit: 1
52354
52358
  }, { data: v } = await WS.getReportedDisposal(m);