diff --git a/hb_client/src/views/wpm/need.vue b/hb_client/src/views/wpm/need.vue index 9609745..004125d 100644 --- a/hb_client/src/views/wpm/need.vue +++ b/hb_client/src/views/wpm/need.vue @@ -1241,7 +1241,7 @@ that.recordId = scope.row.id; that.recordform = scope.row.form; that.formName = scope.row.form_.name; - if (that.innerIndex === '1') {//非复检 + if (that.innerIndex !== '2') {//非复检 getrffieldList({form: this.recordform, enabled: true, page: 1, page_size: 100}).then((response) => { if (response.data) { that.hasPicture = false;