fix(UI自动化): 修复场景变量按照类型排序问题
--bug=1015078 --user=刘瑶 【UI测试】场景变量-按全部类型搜索-按表头字段类型升序/降序-排序错误 https://www.tapd.cn/55049933/s/1205526
This commit is contained in:
parent
6fb520ce38
commit
99fd019dbc
|
@ -1 +1 @@
|
||||||
Subproject commit 9b3c05ac310942814b28e2433339e3303a5366e4
|
Subproject commit 27c5c3d5b2cc823dfabd50bb039847d340dfddfe
|
|
@ -431,7 +431,7 @@ export default {
|
||||||
if (this.rememberOrder) {
|
if (this.rememberOrder) {
|
||||||
saveLastTableSortField(this.fieldKey, JSON.stringify(this.condition.orders));
|
saveLastTableSortField(this.fieldKey, JSON.stringify(this.condition.orders));
|
||||||
}
|
}
|
||||||
this.$emit('order');
|
this.$emit('order', column);
|
||||||
this.handleRefresh();
|
this.handleRefresh();
|
||||||
},
|
},
|
||||||
handleBatchEdit() {
|
handleBatchEdit() {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1a5c65b84fb0c3cdce17b2671e6d80dc4e420337
|
Subproject commit 9c9fc93f55d1a48d00de550c51b2af173e49b93a
|
Loading…
Reference in New Issue