代码提交
This commit is contained in:
parent
bad5c11bdc
commit
b6ac7ef9f2
|
|
@ -888,12 +888,12 @@
|
|||
getViewByApply(params).then((res) => {
|
||||
console.log(res)
|
||||
this.loadingList = res.data.rows
|
||||
this.loadingList.forEach(item=>{
|
||||
/* this.loadingList.forEach(item=>{
|
||||
getUseNumByTypeId({ typeId:item.typeId }).then(res=>{
|
||||
item.useNum = res.data
|
||||
})
|
||||
|
||||
})
|
||||
})*/
|
||||
this.loadingTotal = res.data.total
|
||||
})
|
||||
},
|
||||
|
|
|
|||
|
|
@ -889,12 +889,12 @@
|
|||
getViewByApply(params).then((res) => {
|
||||
// console.log(res)
|
||||
this.loadingList = res.data.rows
|
||||
this.loadingList.forEach(item=>{
|
||||
/* this.loadingList.forEach(item=>{
|
||||
getUseNumByTypeId({ typeId:item.typeId }).then(res=>{
|
||||
item.useNum = res.data
|
||||
})
|
||||
|
||||
})
|
||||
})*/
|
||||
this.loadingTotal = res.data.total
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue