fix:禅道24
This commit is contained in:
parent
b1cf055bf8
commit
cc391f27b0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue