From cc391f27b00948c6ba8385d4473671bcaa2cdbf8 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 7 Aug 2025 10:36:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=9324?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;