This commit is contained in:
2025-09-17 13:18:40 +08:00
parent 31bfde4fbb
commit 0a8a7b1f17
6 changed files with 74 additions and 41 deletions

View File

@@ -130,7 +130,8 @@
})
},
async _getPointInfo () {
let res = await getPointInfo( this.index, this.val1, this.currentData.material_code)
let mcode = this.currentData.material_code || ''
let res = await getPointInfo( this.index, this.val1, mcode)
this.dataList = res.data
// this.totalCount = res.totalElements
// if (res.totalElements > 0) {