西海岸:申购车批量删除参数更改
This commit is contained in:
parent
f2a6e2ffc9
commit
85fa71f4b9
|
@ -643,7 +643,7 @@ const delList = () => {
|
|||
}
|
||||
//ceshiFunction
|
||||
const ceshiFunction = () => {
|
||||
debugger
|
||||
// debugger
|
||||
if (checkedListAbility.value.length == 0) {
|
||||
message.warning('请先选择需要操作的数据!')
|
||||
}
|
||||
|
@ -660,7 +660,7 @@ const handleDelete = (item, index) => {
|
|||
if (checkedListAbility.value.length == 0) {
|
||||
return message.warning('请先选择需要操作的数据!')
|
||||
} else {
|
||||
delArr = checkedListAbility.value
|
||||
delArr = checkedListAbility.value.map(v=>v.id)
|
||||
}
|
||||
}
|
||||
sgcDel({
|
||||
|
|
Loading…
Reference in New Issue