mooho-base-admin-plus 2.4.21 → 2.4.23

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
@@ -53,3 +53,5 @@
53
53
  2.4.19 - 修复自定义图标按钮无法显示的 bug
54
54
  2.4.20 - 默认值下拉框优化
55
55
  2.4.21 - 优化 login css 避免污染其他页面
56
+ 2.4.22 - transfer bug 修复
57
+ 2.4.23 - 表格加载完成触发 change 事件,解决自动计算无法触发的 bug
@@ -23178,7 +23178,7 @@ var mixinPage = {
23178
23178
  }
23179
23179
  let data = null;
23180
23180
  try {
23181
- console.log("expression", result);
23181
+ console.log("expression", text, result);
23182
23182
  data = eval(result);
23183
23183
  if (data != "NaN" && String(data) == "NaN") {
23184
23184
  data = null;
@@ -31853,7 +31853,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
31853
31853
  }, null, 8, ["modelValue"]),
31854
31854
  createVNode$1(_component_Dropdown, {
31855
31855
  style: { "margin-left": "8px" },
31856
- transfer: "true",
31856
+ transfer: true,
31857
31857
  onOnClick: $options.selectDefault
31858
31858
  }, {
31859
31859
  list: withCtx(() => [
@@ -39453,7 +39453,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
39453
39453
  }, null, 8, ["modelValue"]),
39454
39454
  createVNode$1(_component_Dropdown, {
39455
39455
  style: { "margin-left": "8px" },
39456
- transfer: "true",
39456
+ transfer: true,
39457
39457
  onOnClick: $options.selectDefault
39458
39458
  }, {
39459
39459
  list: withCtx(() => [
@@ -42986,6 +42986,7 @@ const _sfc_main$q = {
42986
42986
  this.calc(this.data[i3]);
42987
42987
  }
42988
42988
  this.$emit("on-load-data");
42989
+ this.$emit("on-change", null, null, null);
42989
42990
  if (this.$refs.tableFilter)
42990
42991
  ;
42991
42992
  },