form-custom-test 3.0.135 → 3.0.136

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
@@ -26227,13 +26227,13 @@ function registerIcon(app) {
26227
26227
  if (typeof window !== "undefined") {
26228
26228
  let loadSvg = function() {
26229
26229
  var body = document.body;
26230
- var svgDom = document.getElementById("__svg__icons__dom__1778657724967__");
26230
+ var svgDom = document.getElementById("__svg__icons__dom__1778663230306__");
26231
26231
  if (!svgDom) {
26232
26232
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26233
26233
  svgDom.style.position = "absolute";
26234
26234
  svgDom.style.width = "0";
26235
26235
  svgDom.style.height = "0";
26236
- svgDom.id = "__svg__icons__dom__1778657724967__";
26236
+ svgDom.id = "__svg__icons__dom__1778663230306__";
26237
26237
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26238
26238
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26239
26239
  }
@@ -61924,6 +61924,7 @@ const _sfc_main$6 = {
61924
61924
  assetOwnerUnit: "",
61925
61925
  labelName: ""
61926
61926
  };
61927
+ this.searchValue = "";
61927
61928
  this.$emit("close");
61928
61929
  },
61929
61930
  handleConfirm() {
@@ -61963,7 +61964,7 @@ const _sfc_main$6 = {
61963
61964
  service$1({
61964
61965
  method: "post",
61965
61966
  url: "/asset-business/overview/pageList",
61966
- data: __spreadProps(__spreadValues({ size: this.pageSize, current: this.currentPage, reqType: "disposal" }, this.form), { assetType: this.form.assetType === "all" ? "" : this.form.assetType })
61967
+ data: __spreadProps(__spreadValues({ size: this.pageSize, current: this.currentPage, reqType: "disposal" }, this.form), { assetType: this.form.assetType === "all" ? "" : this.form.assetType, systemStatusList: ["2"] })
61967
61968
  }).then(({ data: data2 }) => {
61968
61969
  const { records, total, current } = data2;
61969
61970
  this.tableData = records.map((item) => {
@@ -62371,7 +62372,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
62371
62372
  _: 1
62372
62373
  }, 8, ["modelValue", "onClose"]);
62373
62374
  }
62374
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-f25f357a"]]);
62375
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-d9c3eebc"]]);
62375
62376
  var index_vue_vue_type_style_index_0_lang$1 = "";
62376
62377
  const _sfc_main$5 = {
62377
62378
  name: "asset-select-widget",