fix(接口测试): 修复场景引用接口时表格错位的问题
--bug=1011767 --user=刘瑞斌 [通用功能]github#12043复选框和接口列表错位 https://www.tapd.cn/55049933/s/1128312 Closes #12043
This commit is contained in:
parent
1f8e42c0c9
commit
420025bac1
|
@ -197,6 +197,10 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.$emit('setSelectRow', new Set());
|
this.$emit('setSelectRow', new Set());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.$refs.apitable) {
|
||||||
|
this.$refs.apitable.doLayout();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
getApiRequestTypeName() {
|
getApiRequestTypeName() {
|
||||||
|
|
Loading…
Reference in New Issue