fix: 测试计划调整时,名称显示错误
This commit is contained in:
parent
18afa7a13a
commit
1fee4b682c
|
@ -56,6 +56,11 @@
|
||||||
return this.$route.params.planId;
|
return this.$route.params.planId;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
'$route.params.planId'() {
|
||||||
|
this.getTestPlans();
|
||||||
|
}
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getTestPlans();
|
this.getTestPlans();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue