修改传参
This commit is contained in:
@@ -172,11 +172,8 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
let res = await needEmptyVehicle(this.pkObj)
|
let res = await needEmptyVehicle(this.val1)
|
||||||
this.disabled5 = false
|
this.disabled5 = false
|
||||||
this.pkId = ''
|
|
||||||
this.pkObj = {}
|
|
||||||
this.searchList()
|
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
|
|||||||
Reference in New Issue
Block a user