mooho-base-admin-plus 2.10.87 → 2.10.88

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
@@ -258,3 +258,4 @@ mooho-base-admin-plus@2.10.84 - 修复上一版本的bug
258
258
  mooho-base-admin-plus@2.10.85 - 修复内嵌表格在打开新页面时无法更新筛选条件的bug
259
259
  mooho-base-admin-plus@2.10.86 - 修复弹出选择框的bug
260
260
  mooho-base-admin-plus@2.10.87 - 修复分页控件下拉框被挡住的bug
261
+ mooho-base-admin-plus@2.10.88 - 修复日期范围控件搜索清空后报错的bug
@@ -41063,7 +41063,7 @@ function _sfc_render$r(a, r, o, s, l, c) {
41063
41063
  transfer: !0,
41064
41064
  style: normalizeStyle$1({ width: A.controlWidth == null ? null : A.controlWidth + "px" }),
41065
41065
  onOnChange: (O) => {
41066
- c.setFilterData(l.data, A, O), c.onDataChange(A);
41066
+ A.controlType === "DateRange" && O.length == 2 && O[0] == "" ? c.setFilterData(l.data, A, null) : c.setFilterData(l.data, A, O), c.onDataChange(A);
41067
41067
  }
41068
41068
  }, null, 8, ["type", "model-value", "placeholder", "style", "onOnChange"])) : A.controlType === "Time" ? (openBlock(), createBlock(_, {
41069
41069
  key: 13,