form-custom-test 3.0.126 → 3.0.128

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/render.es.js CHANGED
@@ -26186,13 +26186,13 @@ function registerIcon(app) {
26186
26186
  if (typeof window !== "undefined") {
26187
26187
  let loadSvg = function() {
26188
26188
  var body = document.body;
26189
- var svgDom = document.getElementById("__svg__icons__dom__1778316644248__");
26189
+ var svgDom = document.getElementById("__svg__icons__dom__1778468868652__");
26190
26190
  if (!svgDom) {
26191
26191
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26192
26192
  svgDom.style.position = "absolute";
26193
26193
  svgDom.style.width = "0";
26194
26194
  svgDom.style.height = "0";
26195
- svgDom.id = "__svg__icons__dom__1778316644248__";
26195
+ svgDom.id = "__svg__icons__dom__1778468868652__";
26196
26196
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26197
26197
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26198
26198
  }
@@ -61875,7 +61875,7 @@ const _sfc_main$4 = {
61875
61875
  handleClose() {
61876
61876
  this.form = {
61877
61877
  assetCode: "",
61878
- assetType: "all",
61878
+ assetType: this.assetTypeValue || "all",
61879
61879
  assetOwnerUnit: "",
61880
61880
  labelName: ""
61881
61881
  };
@@ -62326,7 +62326,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
62326
62326
  _: 1
62327
62327
  }, 8, ["modelValue", "onClose"]);
62328
62328
  }
62329
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-6f20caea"]]);
62329
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-f25f357a"]]);
62330
62330
  var index_vue_vue_type_style_index_0_lang$1 = "";
62331
62331
  const _sfc_main$3 = {
62332
62332
  name: "asset-select-widget",
@@ -62940,7 +62940,7 @@ const _sfc_main$1 = {
62940
62940
  this.dispatch("VFormRender", "fieldValidation", [this.getPropName()]);
62941
62941
  },
62942
62942
  updateRowData(row) {
62943
- const index2 = this.fieldModel.findIndex((item) => item.id === row.id);
62943
+ const index2 = this.fieldModel.findIndex((item) => item.assetId === row.assetId);
62944
62944
  if (index2 === -1)
62945
62945
  return;
62946
62946
  this.fieldModel[index2] = __spreadValues(__spreadValues({}, this.fieldModel[index2]), row);