fix: 解决: 测试跟踪-用例评审,删除所有用例再添加时,需要刷新才显示list (#1372)
This commit is contained in:
parent
03a8401b1b
commit
07205c4911
|
@ -265,9 +265,7 @@ export default {
|
|||
if (this.reviewId) {
|
||||
this.condition.reviewId = this.reviewId;
|
||||
}
|
||||
if (this.selectNodeIds && this.selectNodeIds.length > 0) {
|
||||
this.condition.nodeIds = this.selectNodeIds;
|
||||
}
|
||||
this.condition.nodeIds = this.selectNodeIds;
|
||||
if (this.reviewId) {
|
||||
this.result = this.$post(this.buildPagePath('/test/review/case/list'), this.condition, response => {
|
||||
let data = response.data;
|
||||
|
|
Loading…
Reference in New Issue