doway-coms 1.6.43 → 1.6.44

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.43",
3
+ "version": "1.6.44",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1174,7 +1174,8 @@ export default {
1174
1174
  if (
1175
1175
  menu.code !== "sort" &&
1176
1176
  menu.code !== "copy" &&
1177
- menu.code !== "refresh"
1177
+ menu.code !== "refresh" &&
1178
+ menu.code !== "clearFilter"
1178
1179
  ) {
1179
1180
  $table.sort(column.field, menu.code);
1180
1181
  }