mooho-base-admin-plus 0.4.61 → 0.4.62

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.
@@ -37643,7 +37643,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
37643
37643
  ]);
37644
37644
  }
37645
37645
  var tableFilter = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
37646
- var viewTable_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".image-group[data-v-730c0bd7]{display:flex}.image-group .image[data-v-730c0bd7]{border:solid 1px #ccc;width:75px;height:75px;margin:2px 1px;cursor:pointer}.image-group .image img[data-v-730c0bd7]{width:75px;height:75px}\n")();
37646
+ var viewTable_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".image-group[data-v-4f485161]{display:flex}.image-group .image[data-v-4f485161]{border:solid 1px #ccc;width:75px;height:75px;margin:2px 1px;cursor:pointer}.image-group .image img[data-v-4f485161]{width:75px;height:75px}\n")();
37647
37647
  var getColumns = (view, item) => {
37648
37648
  let children = view.viewColumns.filter((i2) => {
37649
37649
  return i2.parentCode == item.code;
@@ -38905,6 +38905,9 @@ const _sfc_main$q = {
38905
38905
  if (index2 > 0) {
38906
38906
  data2.splice(index2, 1);
38907
38907
  data2.splice(index2 - 1, 0, row);
38908
+ for (let item of data2) {
38909
+ delete item.id;
38910
+ }
38908
38911
  this.$refs.table.loadData(data2);
38909
38912
  }
38910
38913
  },
@@ -38913,6 +38916,9 @@ const _sfc_main$q = {
38913
38916
  if (index2 < data2.length - 1) {
38914
38917
  data2.splice(index2, 1);
38915
38918
  data2.splice(index2 + 1, 0, row);
38919
+ for (let item of data2) {
38920
+ delete item.id;
38921
+ }
38916
38922
  this.$refs.table.loadData(data2);
38917
38923
  }
38918
38924
  }
@@ -39674,7 +39680,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
39674
39680
  ], 2)
39675
39681
  ], 2);
39676
39682
  }
39677
- var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-730c0bd7"]]);
39683
+ var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-4f485161"]]);
39678
39684
  const _sfc_main$p = {
39679
39685
  mixins: [mixinPage],
39680
39686
  components: { columnSelect, columnEdit },