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.
@@ -68452,13 +68452,13 @@ function registerIcon(app) {
68452
68452
  if (typeof window !== "undefined") {
68453
68453
  let loadSvg = function() {
68454
68454
  var body = document.body;
68455
- var svgDom = document.getElementById("__svg__icons__dom__1778316635816__");
68455
+ var svgDom = document.getElementById("__svg__icons__dom__1778468857789__");
68456
68456
  if (!svgDom) {
68457
68457
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68458
68458
  svgDom.style.position = "absolute";
68459
68459
  svgDom.style.width = "0";
68460
68460
  svgDom.style.height = "0";
68461
- svgDom.id = "__svg__icons__dom__1778316635816__";
68461
+ svgDom.id = "__svg__icons__dom__1778468857789__";
68462
68462
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68463
68463
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68464
68464
  }
@@ -78594,7 +78594,7 @@ const _sfc_main$4 = {
78594
78594
  handleClose() {
78595
78595
  this.form = {
78596
78596
  assetCode: "",
78597
- assetType: "all",
78597
+ assetType: this.assetTypeValue || "all",
78598
78598
  assetOwnerUnit: "",
78599
78599
  labelName: ""
78600
78600
  };
@@ -79045,7 +79045,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
79045
79045
  _: 1
79046
79046
  }, 8, ["modelValue", "onClose"]);
79047
79047
  }
79048
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-6f20caea"]]);
79048
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-f25f357a"]]);
79049
79049
  var index_vue_vue_type_style_index_0_lang$1 = "";
79050
79050
  const _sfc_main$3 = {
79051
79051
  name: "asset-select-widget",
@@ -79659,7 +79659,7 @@ const _sfc_main$1 = {
79659
79659
  this.dispatch("VFormRender", "fieldValidation", [this.getPropName()]);
79660
79660
  },
79661
79661
  updateRowData(row) {
79662
- const index2 = this.fieldModel.findIndex((item) => item.id === row.id);
79662
+ const index2 = this.fieldModel.findIndex((item) => item.assetId === row.assetId);
79663
79663
  if (index2 === -1)
79664
79664
  return;
79665
79665
  this.fieldModel[index2] = __spreadValues(__spreadValues({}, this.fieldModel[index2]), row);