代码提交

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

@ -690,7 +690,7 @@
selectDrop(value) {
this.queryParams.typeId = value
},
/** 查询字典类型列表 startTime,结束日期endTime */
async getList() {
this.loading = true
@ -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
})
},
@ -954,7 +954,7 @@
this.dialogQueryParams.keyWord = ''
this.getDialogList()
},
},
}
</script>

View File

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