修改传参

This commit is contained in:
2023-02-20 11:15:57 +08:00
parent 18bd95da57
commit 8203eac63e

View File

@@ -172,11 +172,8 @@
return
}
try {
let res = await needEmptyVehicle(this.pkObj)
let res = await needEmptyVehicle(this.val1)
this.disabled5 = false
this.pkId = ''
this.pkObj = {}
this.searchList()
uni.showToast({
title: res.message,
icon: 'none'