修改传参
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user