fix(接口自动化): 版本对比新建版本对比时名称一样

--bug=1009769--user=郭雨琦 场景版本对比新建版本,对比时版本名称一样
This commit is contained in:
guoyuqi 2022-01-25 14:37:26 +08:00 committed by xiaomeinvG
parent 46fac624f8
commit 8ba803201b
1 changed files with 1 additions and 0 deletions

View File

@ -1815,6 +1815,7 @@ export default {
create(row) {
//
this.currentScenario.versionId = row.id;
this.currentScenario.versionName = row.name;
this.loading = true;
this.editScenario()
.then(() => {