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
|
@@ -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
|
// // 打印
|