mooho-base-admin-plus 2.10.77 → 2.10.78

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
@@ -247,4 +247,5 @@ mooho-base-admin-plus@2.10.73 - 更新lodop获取方式,避免跨域问题
247
247
  mooho-base-admin-plus@2.10.74 - 表格批量选择允许自定义来源和目标视图
248
248
  mooho-base-admin-plus@2.10.75 - 修复Excel表格只读状态可编辑的bug
249
249
  mooho-base-admin-plus@2.10.76 - 增加筛选控件使用父对象作为条件的功能
250
- mooho-base-admin-plus@2.10.77 - 内嵌表格增加重新加载方法
250
+ mooho-base-admin-plus@2.10.77 - 内嵌表格增加重新加载方法
251
+ mooho-base-admin-plus@2.10.78 - 修复上一版本的bug
@@ -39930,6 +39930,10 @@ const formSetting = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_re
39930
39930
  }
39931
39931
  } else
39932
39932
  return a.description;
39933
+ },
39934
+ // 重新加载内嵌表格数据
39935
+ reloadTable(a) {
39936
+ this.$refs.form.reloadTable(a);
39933
39937
  }
39934
39938
  }
39935
39939
  }, _hoisted_1$l = { class: "title" }, _hoisted_2$g = { class: "description" }, _hoisted_3$e = { class: "ivu-ml-8 ivu-mr-8" };
@@ -42456,7 +42460,7 @@ const tableSetting = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_r
42456
42460
  },
42457
42461
  // 重新加载内嵌表格数据
42458
42462
  reloadTable(a) {
42459
- let r = this.column.find((o) => o.code == a);
42463
+ let r = this.columns.find((o) => o.code == a);
42460
42464
  setTimeout(async () => {
42461
42465
  if (r.tableStoreType == "Inner") {
42462
42466
  let o = this.parseData(this.data, r.code);