Skip to content

Commit

Permalink
fix: 解决 接口测试-接口自动化-场景-修改场景时描述信息不显示 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coooder-X committed Jan 20, 2021
1 parent deae6d6 commit 2aed174
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@
this.result = this.$get("/api/automation/getApiScenario/" + this.currentScenario.id, response => {
if (response.data) {
this.path = "/api/automation/update";
this.currentScenario.description = response.data.description;
if (response.data.scenarioDefinition != null) {
let obj = JSON.parse(response.data.scenarioDefinition);
if (obj) {
Expand Down

0 comments on commit 2aed174

Please sign in to comment.