fix(测试评审): 切换评审后重置模块查询条件

This commit is contained in:
shiziyuan9527 2022-02-23 17:15:24 +08:00 committed by 刘瑞斌
parent 004eeee671
commit a580ce9387
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ export default {
},
watch: {
reviewId() {
this.$store.commit('setTestReviewSelectNodeIds', []);
this.refreshTableAndReview();
},
selectNodeIds() {