form-custom-test 3.0.161 → 3.0.163

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
@@ -26441,13 +26441,13 @@ function registerIcon(app) {
26441
26441
  if (typeof window !== "undefined") {
26442
26442
  let loadSvg = function() {
26443
26443
  var body = document.body;
26444
- var svgDom = document.getElementById("__svg__icons__dom__1779273154047__");
26444
+ var svgDom = document.getElementById("__svg__icons__dom__1779357212195__");
26445
26445
  if (!svgDom) {
26446
26446
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26447
26447
  svgDom.style.position = "absolute";
26448
26448
  svgDom.style.width = "0";
26449
26449
  svgDom.style.height = "0";
26450
- svgDom.id = "__svg__icons__dom__1779273154047__";
26450
+ svgDom.id = "__svg__icons__dom__1779357212195__";
26451
26451
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26452
26452
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26453
26453
  }
@@ -62208,6 +62208,7 @@ const _sfc_main$6 = {
62208
62208
  const tableRef = this.$refs.tableRef;
62209
62209
  const selection = tableRef && typeof tableRef.getSelectionRows === "function" ? tableRef.getSelectionRows() : [];
62210
62210
  if (!selection || selection.length === 0) {
62211
+ this.$message.error(`\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u8D44\u4EA7`);
62211
62212
  return;
62212
62213
  }
62213
62214
  const arr = [...this.selectedRows, ...selection].reduce((acc, item) => {
@@ -62260,7 +62261,7 @@ const _sfc_main$6 = {
62260
62261
  this.handleGetAssetTypeOptions();
62261
62262
  }
62262
62263
  };
62263
- const _hoisted_1$4 = { class: "asset-body-wrap" };
62264
+ const _hoisted_1$4 = { class: "asset-bodybody-wrap" };
62264
62265
  const _hoisted_2$2 = { class: "bottom-wrap" };
62265
62266
  const _hoisted_3$1 = { class: "left-wrap" };
62266
62267
  const _hoisted_4 = { class: "filter-wrap" };
@@ -62592,7 +62593,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
62592
62593
  _: 1
62593
62594
  }, 8, ["modelValue", "onClose"]);
62594
62595
  }
62595
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0c6d23e8"]]);
62596
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-d26bfe7c"]]);
62596
62597
  var index_vue_vue_type_style_index_0_lang$1 = "";
62597
62598
  const _sfc_main$5 = {
62598
62599
  name: "asset-select-widget",