refactor(工作台): 功能用例跳转新开标签页
--bug=1021883 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001021883
This commit is contained in:
parent
e15930c08b
commit
4f3c876861
|
@ -654,12 +654,13 @@ export default {
|
|||
this.initTableData();
|
||||
},
|
||||
handleEdit(testCase, column) {
|
||||
this.$router.push({
|
||||
let caseResolve = this.$router.resolve({
|
||||
path: '/track/case/edit',
|
||||
query:{
|
||||
caseId:testCase.id,
|
||||
query: {
|
||||
caseId: testCase.id,
|
||||
},
|
||||
});
|
||||
window.open(caseResolve.href, '_blank');
|
||||
},
|
||||
refresh() {
|
||||
this.$refs.table.clear();
|
||||
|
|
Loading…
Reference in New Issue