fix(接口测试): 修复场景步骤最大化模式下移动排序问题
--bug=1013786 --user=赵勇 【接口测试】github#8513场景编辑的全屏模式下支持用例的移动 https://www.tapd.cn/55049933/s/1174307
This commit is contained in:
parent
a20765ab1c
commit
58df9789ff
|
@ -1998,6 +1998,7 @@ export default {
|
||||||
},
|
},
|
||||||
unFullScreen() {
|
unFullScreen() {
|
||||||
this.drawer = false;
|
this.drawer = false;
|
||||||
|
this.reloadTree = getUUID();
|
||||||
},
|
},
|
||||||
close(name) {
|
close(name) {
|
||||||
this.drawer = false;
|
this.drawer = false;
|
||||||
|
|
Loading…
Reference in New Issue