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