doway-coms 2.11.59 → 2.11.60

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": "2.11.59",
3
+ "version": "2.11.60",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1890,6 +1890,7 @@ export default {
1890
1890
  vm.$emit('filterChange')
1891
1891
  break
1892
1892
  case 'desc':
1893
+ $table.sort(column.field, menu.code)
1893
1894
  if (this.sortRemote) {
1894
1895
  let data = []
1895
1896
  $table.getSortColumns().forEach((x) => {
@@ -1899,6 +1900,7 @@ export default {
1899
1900
  }
1900
1901
  break
1901
1902
  case 'asc':
1903
+ $table.sort(column.field, menu.code)
1902
1904
  if (this.sortRemote) {
1903
1905
  let data = []
1904
1906
  $table.getSortColumns().forEach((x) => {