This commit is contained in:
2025-08-25 14:44:08 +08:00
parent 38cff1f80c
commit a3a4842295
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {