mooho-base-admin-plus 2.10.84 → 2.10.85

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
@@ -255,3 +255,4 @@ mooho-base-admin-plus@2.10.81 - 优化弹出选择控件
255
255
  mooho-base-admin-plus@2.10.82 - 优化弹出选择控件
256
256
  mooho-base-admin-plus@2.10.83 - 修复上一版本的bug
257
257
  mooho-base-admin-plus@2.10.84 - 修复上一版本的bug
258
+ mooho-base-admin-plus@2.10.85 - 修复内嵌表格在打开新页面时无法更新筛选条件的bug
@@ -42347,6 +42347,7 @@ const tableSetting = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_r
42347
42347
  let o, s = {}, l = this.$refs["table_" + r.code][0].tableView, c = l.filtering;
42348
42348
  (c || "").trim() && (s = JSON.parse(c)), s[r.sourceDataCode] = this.data.id, r.isSourceCustom ? o = await customModelApi.query(r.sourceModel, s, null, l.isReturnSimple ? l : null) : o = await modelApi.query(r.sourceModel, s, null, l.isReturnSimple ? l : null, l.functionName, l.functionType), this.$refs["table_" + r.code][0].loadData(o.data);
42349
42349
  }
42350
+ this.$refs["table_" + r.code][0].$refs.tableFilter.onDataChange();
42350
42351
  });
42351
42352
  }
42352
42353
  // // 打印