代码提交

This commit is contained in:
liang.chao 2024-04-29 10:35:34 +08:00
parent bad5c11bdc
commit b6ac7ef9f2
2 changed files with 8 additions and 8 deletions

View File

@ -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
}) })
}, },

View File

@ -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
}) })
}, },