fix: 用例列表无法删除用例

This commit is contained in:
chenjianxing 2020-12-24 11:40:41 +08:00
parent 0de9d0a073
commit 54247fc15c
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 79343a2763b014355f91fc21b2356a95ae437973
Subproject commit 9f4a9bbf46fc1333dbcccea21f83e27e3ec10b1f

View File

@ -273,7 +273,7 @@
} else if (this.isRelevanceModel) {
return '/api/testcase/delete/' + apiCase.id;
} else {
return '/api/testcase/delete/' + +apiCase.id;
return '/api/testcase/delete/' + apiCase.id;
}
},
// getMaintainerOptions() {