change
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
},
|
||||
async _getMaterialSuppByVehicleCode () {
|
||||
try {
|
||||
let res = await getMaterialSuppByVehicleCode(this.index2)
|
||||
let res = await getMaterialSuppByVehicleCode(this.val2)
|
||||
if (res.code === '200') {
|
||||
this.currentData = res.data
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user