meixioacomponent 0.3.84 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.3.84",
3
+ "version": "0.3.85",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -708,7 +708,6 @@ export default {
708
708
  },
709
709
  // 清空高级筛选的条件
710
710
  cleanProscreenCondition(flag = false) {
711
- if (this.proScreenList.length <= 0) return
712
711
  this.proScreenList.forEach((item) => {
713
712
  item.value = null
714
713
  })