fix: 修复复制接口的时候显示版本不正确的问题

--bug=1009738 --user=刘瑞斌 【接口定义】-复制接口定义时显示默认版本是最新版本,保存后显示正常 https://www.tapd.cn/55049933/s/1094097
This commit is contained in:
CaptainB 2022-01-19 13:02:38 +08:00 committed by 刘瑞斌
parent 4b85eda291
commit acf7d89b2d
1 changed files with 0 additions and 1 deletions

View File

@ -679,7 +679,6 @@ export default {
handleCopy(row) {
let obj = JSON.parse(JSON.stringify(row));
obj.isCopy = true;
obj.id = getUUID();
this.$emit('editApi', obj);
},
runApi(row) {