fix(UI自动化): 修复场景变量按照类型排序问题

--bug=1015078 --user=刘瑶 【UI测试】场景变量-按全部类型搜索-按表头字段类型升序/降序-排序错误 https://www.tapd.cn/55049933/s/1205526
This commit is contained in:
nathan.liu 2022-07-20 16:26:35 +08:00 committed by nathanliu2022
parent d4c7d771cd
commit 06fdeb8bc1
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 9b3c05ac310942814b28e2433339e3303a5366e4
Subproject commit 27c5c3d5b2cc823dfabd50bb039847d340dfddfe

View File

@ -431,7 +431,7 @@ export default {
if (this.rememberOrder) {
saveLastTableSortField(this.fieldKey, JSON.stringify(this.condition.orders));
}
this.$emit('order');
this.$emit('order', column);
this.handleRefresh();
},
handleBatchEdit() {

@ -1 +1 @@
Subproject commit 1a5c65b84fb0c3cdce17b2671e6d80dc4e420337
Subproject commit 9c9fc93f55d1a48d00de550c51b2af173e49b93a