This commit is contained in:
shiziyuan9527 2020-12-14 18:04:24 +08:00
commit 4e2af4a8f5
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@
});
},
copyCase(data) {
let obj = {name: data.name, priority: data.priority, type: 'create', active: false, request: data.request};
let obj = {name: "copy_"+data.name, priority: data.priority, type: 'create', active: false, request: data.request};
this.apiCaseList.unshift(obj);
},
addCase() {