This commit is contained in:
2025-07-18 10:30:31 +08:00
parent 712cbc7cac
commit 2d78a8d19b
6 changed files with 149 additions and 11 deletions

View File

@@ -81,12 +81,7 @@
this._getMaterialList()
},
async _getMaterialList () {
alert(this.$route.query.code + 666)
// uni.showToast({
// title: this.$route.query.code,
// icon: 'none'
// })
let res = await getMaterialList( this.val1, this.pageNum + '', this.pageSize + '', this.$route.query.code)
let res = await getMaterialList( this.val1, this.pageNum + '', this.pageSize + '')
// this.dataList = res.data
this.totalCount = res.totalElements
if (res.totalElements > 0) {