fix:禅道24

This commit is contained in:
shijing 2025-08-07 10:36:28 +08:00
parent b1cf055bf8
commit cc391f27b0
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ export default {
console.log('id',id,'index',index); console.log('id',id,'index',index);
let that = this; let that = this;
let handoverbw = []; 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=>{ res.forEach(wpritem=>{
let obj = {}; let obj = {};
obj.wpr = wpritem.id; obj.wpr = wpritem.id;