This commit is contained in:
chenjianxing 2021-02-03 19:24:51 +08:00
commit 29c30607bd
1 changed files with 1 additions and 3 deletions

View File

@ -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;