fix(接口测试): 修复场景引用接口时表格错位的问题

--bug=1011767 --user=刘瑞斌 [通用功能]github#12043复选框和接口列表错位 https://www.tapd.cn/55049933/s/1128312

Closes #12043
This commit is contained in:
CaptainB 2022-03-31 17:24:17 +08:00 committed by 刘瑞斌
parent 1f8e42c0c9
commit 420025bac1
1 changed files with 4 additions and 0 deletions

View File

@ -197,6 +197,10 @@ export default {
} else {
this.$emit('setSelectRow', new Set());
}
if (this.$refs.apitable) {
this.$refs.apitable.doLayout();
}
},
computed: {
getApiRequestTypeName() {