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