fix(测试评审): 切换评审后重置模块查询条件
This commit is contained in:
parent
004eeee671
commit
a580ce9387
|
@ -307,6 +307,7 @@ export default {
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
reviewId() {
|
reviewId() {
|
||||||
|
this.$store.commit('setTestReviewSelectNodeIds', []);
|
||||||
this.refreshTableAndReview();
|
this.refreshTableAndReview();
|
||||||
},
|
},
|
||||||
selectNodeIds() {
|
selectNodeIds() {
|
||||||
|
|
Loading…
Reference in New Issue