fix(接口测试): 修复接口创建新版本,保存的时候弹了同步窗口的缺陷
--bug=1027500 --user=王孝刚 【接口测试】接口定义里新建版本的时候,弹了同步窗口 https://www.tapd.cn/55049933/s/1390803
This commit is contained in:
parent
8cb4bb85d5
commit
1d1b43b35c
|
@ -1053,6 +1053,7 @@ export default {
|
|||
this.httpForm.newVersionCase ||
|
||||
this.httpForm.newVersionMock
|
||||
) {
|
||||
this.httpForm.caseTotal = 0;
|
||||
this.createNewVersionVisible = true;
|
||||
} else {
|
||||
this.saveApi();
|
||||
|
|
Loading…
Reference in New Issue