diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 8680b343..034e8c26 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -447,7 +447,7 @@ export default { var req = { mgroupx: that.mgroupId, page: 0, - state:20, + state__in:'20,34' }; this.$API.wpm.wmaterial.list.req(req).then((res) => { that.materialOptions = res;