fix(测试跟踪): 用例列表项目切换数据没有发生变化

This commit is contained in:
chenjianxing 2023-03-14 18:01:11 +08:00 committed by jianxing
parent 4067062fbb
commit b1496c48d2
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ export default {
this.reload();
},
rewriteProjectRouteParam() {
if (this.$route.query.projectId && merge) {
if (this.$route.query.projectId) {
let query = {};
Object.assign(query, this.$route.query);