逻辑
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user