mooho-base-admin-plus 2.10.44 → 2.10.46

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/history.md CHANGED
@@ -215,3 +215,5 @@ mooho-base-admin-plus@2.10.41 - 修复上一版本的bug
215
215
  mooho-base-admin-plus@2.10.42 - Excel表格只读
216
216
  mooho-base-admin-plus@2.10.43 - 修复上一版本的bug
217
217
  mooho-base-admin-plus@2.10.44 - 修复上一版本的bug
218
+ mooho-base-admin-plus@2.10.45 - 修复上一版本的bug
219
+ mooho-base-admin-plus@2.10.46 - 修复上一版本的bug
@@ -42177,8 +42177,8 @@ function _sfc_render$p(a, r, o, s, l, c) {
42177
42177
  "parent-data": l.data,
42178
42178
  onOnChange: (he, Ce, ce) => c.onDataChange(U, null, he, Ce, ce)
42179
42179
  }, {
42180
- filterCommand: withCtx(() => [
42181
- renderSlot(a.$slots, "excelTableFilterCommand", {
42180
+ top: withCtx(() => [
42181
+ renderSlot(a.$slots, "excelTableTop", {
42182
42182
  tableColumn: U,
42183
42183
  tableCode: U.code
42184
42184
  })
@@ -103411,7 +103411,7 @@ const _sfc_main$o = {
103411
103411
  }
103412
103412
  })), this.$refs.table.hotInstance.addHook("afterChange", (l) => {
103413
103413
  l && (l.forEach(([c, u, d, f]) => {
103414
- !this.readonly && this.tableView.createEnable && c == this.data.length - 1 && (d ?? "") != (f ?? "") && (this.data.push(this.getDefaultData()), this.$refs.table.hotInstance.loadData(this.data)), this.onDataChange(
103414
+ !this.readonly && this.tableView.createEnable && c == this.data.length - 1 && (d ?? "") != (f ?? "") && (this.data.push(this.getDefaultData()), this.$refs.table.hotInstance.loadData(this.data)), this.columns.find((p) => p.code == u).controlType != "DialogSelect" && this.onDataChange(
103415
103415
  this.data[c],
103416
103416
  this.columns.find((p) => p.code == u)
103417
103417
  );