no message
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user