西海岸:申购车批量删除参数更改

This commit is contained in:
guoyue 2022-10-12 17:10:19 +08:00
parent f2a6e2ffc9
commit 85fa71f4b9
1 changed files with 2 additions and 2 deletions

View File

@ -643,7 +643,7 @@ const delList = () => {
} }
//ceshiFunction //ceshiFunction
const ceshiFunction = () => { const ceshiFunction = () => {
debugger // debugger
if (checkedListAbility.value.length == 0) { if (checkedListAbility.value.length == 0) {
message.warning('请先选择需要操作的数据!') message.warning('请先选择需要操作的数据!')
} }
@ -660,7 +660,7 @@ const handleDelete = (item, index) => {
if (checkedListAbility.value.length == 0) { if (checkedListAbility.value.length == 0) {
return message.warning('请先选择需要操作的数据!') return message.warning('请先选择需要操作的数据!')
} else { } else {
delArr = checkedListAbility.value delArr = checkedListAbility.value.map(v=>v.id)
} }
} }
sgcDel({ sgcDel({