fix: 测试用例排序bug

This commit is contained in:
shiziyuan9527 2020-07-15 23:13:51 +08:00
parent f4e3fccf5b
commit 0461766d85
1 changed files with 4 additions and 0 deletions

View File

@ -316,6 +316,10 @@
this.initTableData();
},
sort(column) {
//
if (this.condition.orders) {
this.condition.orders = [];
}
_sort(column, this.condition);
this.initTableData();
}