fix(接口自动化): 原先删除的显示也不要

--user=郭雨琦 接口场景引用删除时原来的显示方式去掉与ID的重复
This commit is contained in:
guoyuqi 2021-11-25 19:10:54 +08:00 committed by 刘瑞斌
parent bbed34b0a3
commit 3e8cf6c9bc
2 changed files with 0 additions and 4 deletions

View File

@ -447,8 +447,6 @@ export default {
} }
this.reload(); this.reload();
this.sort(); this.sort();
} else {
this.request.referenced = "Deleted";
} }
}) })
} }

View File

@ -128,8 +128,6 @@ export default {
this.scenario.variables = obj.variables; this.scenario.variables = obj.variables;
this.scenario.environmentMap = obj.environmentMap; this.scenario.environmentMap = obj.environmentMap;
this.$emit('refReload'); this.$emit('refReload');
} else {
this.scenario.referenced = "Deleted";
} }
}) })
} }