fix(测试跟踪): 解决点击测试计划列表中的更多操作按钮进入测试计划导致的问题 (#5701)
Co-authored-by: BugKing <wangzhen@fit2cloud.com>
This commit is contained in:
parent
dc6c8904cb
commit
e807bb5635
|
@ -422,8 +422,10 @@ export default {
|
|||
this.$success(this.$t('commons.delete_success'));
|
||||
});
|
||||
},
|
||||
intoPlan(row, event, column) {
|
||||
intoPlan(row, column, event) {
|
||||
if (column.label !== this.$t('commons.operating')) {
|
||||
this.$router.push('/track/plan/view/' + row.id);
|
||||
}
|
||||
},
|
||||
filter(filters) {
|
||||
_filter(filters, this.condition);
|
||||
|
|
Loading…
Reference in New Issue