doway-coms 1.4.8 → 1.4.10

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.4.8",
3
+ "version": "1.4.10",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -18,7 +18,6 @@
18
18
  :filter-config="{
19
19
  remote: filterRemote,
20
20
  }"
21
- :toolbar-config="toolBarConfig"
22
21
  :menu-config="menuConfig"
23
22
  @menu-click="contextMenuClickEvent"
24
23
  @filter-change="filterChange"
@@ -73,13 +72,13 @@
73
72
  <!-- {{item}}-->
74
73
  </div>
75
74
  </template>
76
- <template #toolbar_buttons>
75
+ <!-- <template #toolbar_buttons>-->
77
76
  <!-- <div>-->
78
77
  <!-- <span v-for="loopFilterStr in filterStr" :key="loopFilterStr.field">-->
79
78
  <!-- {{ loopFilterStr.title }} {{ loopFilterStr.exp }} 并且</span-->
80
79
  <!-- >-->
81
80
  <!-- </div>-->
82
- </template>
81
+ <!-- </template>-->
83
82
  <template #seqHeader>
84
83
  <div
85
84
  @click="clickHeader"
@@ -2240,7 +2239,7 @@ export default {
2240
2239
  this.setFilterExpression();
2241
2240
  //通知外部筛选改变事件
2242
2241
  this.$emit("filterChange", { filterCol: colInfo });
2243
- this.$refs.baseGrid.clearFilter()
2242
+ this.$refs.baseGrid.closeFilter()
2244
2243
  },
2245
2244
  setFilterExpression() {
2246
2245
  XEUtils.clear(this.filterExpression);