no message

This commit is contained in:
蔡玲
2024-10-18 18:03:58 +08:00
parent e70116f6e0
commit 4e48433f6b

View File

@@ -75,8 +75,7 @@ export default {
return return
} }
try { try {
let arr = this.dataList.filter(el => el.point_code === this.pkId) let res = await deleteSingleTask(this.pkId)
let res = await deleteSingleTask(arr)
if (res.code === '1') { if (res.code === '1') {
this.toast(res.desc) this.toast(res.desc)
this.pkId = '' this.pkId = ''