fix(测试跟踪): 用例列表项目切换数据没有发生变化
This commit is contained in:
parent
4067062fbb
commit
b1496c48d2
|
@ -141,7 +141,7 @@ export default {
|
||||||
this.reload();
|
this.reload();
|
||||||
},
|
},
|
||||||
rewriteProjectRouteParam() {
|
rewriteProjectRouteParam() {
|
||||||
if (this.$route.query.projectId && merge) {
|
if (this.$route.query.projectId) {
|
||||||
let query = {};
|
let query = {};
|
||||||
Object.assign(query, this.$route.query);
|
Object.assign(query, this.$route.query);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue