fix(接口自动化): 原先删除的显示也不要
--user=郭雨琦 接口场景引用删除时原来的显示方式去掉与ID的重复
This commit is contained in:
parent
bbed34b0a3
commit
3e8cf6c9bc
|
@ -447,8 +447,6 @@ export default {
|
||||||
}
|
}
|
||||||
this.reload();
|
this.reload();
|
||||||
this.sort();
|
this.sort();
|
||||||
} else {
|
|
||||||
this.request.referenced = "Deleted";
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue