This commit is contained in:
2025-09-12 16:52:06 +08:00
parent 68cf6494cc
commit 6b3b795151
4 changed files with 13 additions and 13 deletions

View File

@@ -117,7 +117,7 @@
}
},
toCheck (e) {
this.pkId = e.e.task_code === this.pkId ? '' : e.task_code
this.pkId = e.task_code === this.pkId ? '' : e.task_code
},
async _againTask () {
this.disabled = true
@@ -132,12 +132,12 @@
this.dataList = []
this.pkId = ''
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
} else {
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
}
@@ -159,12 +159,12 @@
this.dataList = []
this.pkId = ''
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
} else {
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
}