diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 7beb48b5..8b9d16c6 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -619,7 +619,7 @@ export default { console.log('id',id,'index',index); let that = this; let handoverbw = []; - that.$API.wpm.wpr.list.req({wm:id,page:0}).then((res) => { + that.$API.wpm.wpr.list.req({wm:id,page:0,can_use:'yes'}).then((res) => { res.forEach(wpritem=>{ let obj = {}; obj.wpr = wpritem.id;