form-custom-test 3.0.152 → 3.0.153

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.
@@ -27609,7 +27609,7 @@ const _sfc_main$2S = {
27609
27609
  if (!!subFormName) {
27610
27610
  let subFormRef = this.getWidgetRef(subFormName);
27611
27611
  if (!!subFormRef) {
27612
- let rowIds = subFormRef.getRowIdData();
27612
+ let rowIds = subFormRef == null ? void 0 : subFormRef.getRowIdData();
27613
27613
  if (!!rowIds && rowIds.length > 0) {
27614
27614
  rowIds.forEach((rid) => {
27615
27615
  result.push(widgetName + "@row" + rid);
@@ -28056,7 +28056,7 @@ function _sfc_render$2S(_ctx, _cache, $props, $setup, $data, $options) {
28056
28056
  _: 3
28057
28057
  }, 8, ["label-position", "size", "class", "label-width", "model"]);
28058
28058
  }
28059
- var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$2S, [["render", _sfc_render$2S], ["__scopeId", "data-v-4626d18a"]]);
28059
+ var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$2S, [["render", _sfc_render$2S], ["__scopeId", "data-v-8e14e27e"]]);
28060
28060
  var ace$2 = { exports: {} };
28061
28061
  (function(module, exports) {
28062
28062
  (function() {
@@ -68622,13 +68622,13 @@ function registerIcon(app) {
68622
68622
  if (typeof window !== "undefined") {
68623
68623
  let loadSvg = function() {
68624
68624
  var body = document.body;
68625
- var svgDom = document.getElementById("__svg__icons__dom__1779156639629__");
68625
+ var svgDom = document.getElementById("__svg__icons__dom__1779168948969__");
68626
68626
  if (!svgDom) {
68627
68627
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68628
68628
  svgDom.style.position = "absolute";
68629
68629
  svgDom.style.width = "0";
68630
68630
  svgDom.style.height = "0";
68631
- svgDom.id = "__svg__icons__dom__1779156639629__";
68631
+ svgDom.id = "__svg__icons__dom__1779168948969__";
68632
68632
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68633
68633
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68634
68634
  }
@@ -78823,15 +78823,6 @@ const _sfc_main$6 = {
78823
78823
  });
78824
78824
  return obj;
78825
78825
  });
78826
- if (records == null ? void 0 : records.length) {
78827
- console.log("[assetDialog] pageList \u91D1\u989D\u5B57\u6BB5(\u63A5\u53E3\u539F\u59CB\u503C):", records.slice(0, 5).map((r) => ({
78828
- assetCode: r.assetCode,
78829
- originalValue: r.originalValue,
78830
- originalValueType: typeof r.originalValue,
78831
- netValue: r.netValue,
78832
- netValueType: typeof r.netValue
78833
- })));
78834
- }
78835
78826
  this.total = total;
78836
78827
  this.currentPage = current;
78837
78828
  });
@@ -79232,7 +79223,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
79232
79223
  _: 1
79233
79224
  }, 8, ["modelValue", "onClose"]);
79234
79225
  }
79235
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-066e1fe6"]]);
79226
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0de00117"]]);
79236
79227
  var index_vue_vue_type_style_index_0_lang$1 = "";
79237
79228
  const _sfc_main$5 = {
79238
79229
  name: "asset-select-widget",