fix(接口测试): 修复场景变量列表错位的缺陷 (#16836)

--bug=1015716 --user=王孝刚 【接口测试】github#16735,场景变量列表同选框,不在同一行【分辨率1920×1080】 https://www.tapd.cn/55049933/s/1222378

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
MeterSphere Bot 2022-08-12 15:25:53 +08:00 committed by GitHub
parent a5ac19d71a
commit a6057dba27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -344,6 +344,9 @@ export default {
this.headersOld = JSON.parse(JSON.stringify(this.headers)); this.headersOld = JSON.parse(JSON.stringify(this.headers));
this.visible = true; this.visible = true;
this.disabled = disabled; this.disabled = disabled;
this.$nextTick(() => {
this.$refs.variableTable.doLayout();
});
}, },
save() { save() {
this.visible = false; this.visible = false;