fix(测试跟踪): 解决点击测试计划列表中的更多操作按钮进入测试计划导致的问题 (#5701)

Co-authored-by: BugKing <wangzhen@fit2cloud.com>
This commit is contained in:
metersphere-bot 2021-08-25 21:31:41 +08:00 committed by GitHub
parent dc6c8904cb
commit e807bb5635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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);