This commit is contained in:
2025-07-18 09:34:00 +08:00
parent 4d9fc3b83d
commit 712cbc7cac
7 changed files with 33 additions and 11 deletions

View File

@@ -81,6 +81,11 @@
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)
// this.dataList = res.data
this.totalCount = res.totalElements