Merge branch 'master' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
29c30607bd
|
@ -265,9 +265,7 @@ export default {
|
||||||
if (this.reviewId) {
|
if (this.reviewId) {
|
||||||
this.condition.reviewId = 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) {
|
if (this.reviewId) {
|
||||||
this.result = this.$post(this.buildPagePath('/test/review/case/list'), this.condition, response => {
|
this.result = this.$post(this.buildPagePath('/test/review/case/list'), this.condition, response => {
|
||||||
let data = response.data;
|
let data = response.data;
|
||||||
|
|
Loading…
Reference in New Issue