no message
This commit is contained in:
@@ -75,8 +75,7 @@ export default {
|
||||
return
|
||||
}
|
||||
try {
|
||||
let arr = this.dataList.filter(el => el.point_code === this.pkId)
|
||||
let res = await deleteSingleTask(arr)
|
||||
let res = await deleteSingleTask(this.pkId)
|
||||
if (res.code === '1') {
|
||||
this.toast(res.desc)
|
||||
this.pkId = ''
|
||||
|
||||
Reference in New Issue
Block a user