fix(接口自动化): 版本对比新建版本对比时名称一样
--bug=1009769--user=郭雨琦 场景版本对比新建版本,对比时版本名称一样
This commit is contained in:
parent
46fac624f8
commit
8ba803201b
|
@ -1815,6 +1815,7 @@ export default {
|
|||
create(row) {
|
||||
// 创建新版本
|
||||
this.currentScenario.versionId = row.id;
|
||||
this.currentScenario.versionName = row.name;
|
||||
this.loading = true;
|
||||
this.editScenario()
|
||||
.then(() => {
|
||||
|
|
Loading…
Reference in New Issue