mooho-base-admin-plus 2.10.88 → 2.10.89
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
|
@@ -42353,7 +42353,7 @@ const tableSetting = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_r
|
|
|
42353
42353
|
let o, s = {}, l = this.$refs["table_" + r.code][0].tableView, c = l.filtering;
|
|
42354
42354
|
(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);
|
|
42355
42355
|
}
|
|
42356
|
-
this.$refs["table_" + r.code][0].$refs.tableFilter.onDataChange();
|
|
42356
|
+
this.$refs["table_" + r.code][0].$refs.tableFilter && this.$refs["table_" + r.code][0].$refs.tableFilter.onDataChange();
|
|
42357
42357
|
});
|
|
42358
42358
|
}
|
|
42359
42359
|
// // 打印
|