doway-coms 1.6.83 → 1.6.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": "doway-coms",
3
- "version": "1.6.83",
3
+ "version": "1.6.85",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -209,7 +209,7 @@ export default {
209
209
  .img {
210
210
  width: 200px;
211
211
  height: 150px;
212
- background: url("~@/assets/img/暂无数据.png") no-repeat;
212
+ background: url("./暂无数据.png") no-repeat;
213
213
  background-size: 100%;
214
214
  }
215
215
  text {
@@ -2562,7 +2562,7 @@ export default {
2562
2562
  colInfo.filters[0].data.bindingValues.push(item);
2563
2563
  this.$set(col.filters[0].data,'bindingValues',colInfo.filters[0].data.bindingValues)
2564
2564
  } else {
2565
- if (item.value[0] || item.value[1]) {
2565
+ if (item.value[0] || item.value[1]||item.value[0]==0||item.value[1]==0) {
2566
2566
  colInfo.filters[0].data.bindingValues.push(item);
2567
2567
  this.$set(col.filters[0].data,'bindingValues',colInfo.filters[0].data.bindingValues)
2568
2568
  }
@@ -552,6 +552,8 @@ export default {
552
552
  this.searchData();
553
553
  } else {
554
554
  this.$refs.pulldownRef.hidePanel();
555
+ // 点击输入框隐藏panel时清空输入框
556
+ this.currentValue = ''
555
557
  }
556
558
  },
557
559
  /**