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) { 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 () { async _againTask () {
this.disabled = true this.disabled = true
@@ -132,12 +132,12 @@
this.dataList = [] this.dataList = []
this.pkId = '' this.pkId = ''
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }
@@ -159,12 +159,12 @@
this.dataList = [] this.dataList = []
this.pkId = '' this.pkId = ''
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }

View File

@@ -95,14 +95,14 @@
this.dataList = [...this.data] this.dataList = [...this.data]
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }
} catch (e) { } catch (e) {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }
@@ -129,7 +129,7 @@
this.tab = '-1' this.tab = '-1'
this._handInsts() this._handInsts()
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {

View File

@@ -82,13 +82,13 @@
this.dataList = [...this.data] this.dataList = [...this.data]
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }
} catch (e) { } catch (e) {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }
@@ -115,7 +115,7 @@
this.tab = '-1' this.tab = '-1'
this._handTasks() this._handTasks()
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {

View File

@@ -157,12 +157,12 @@
this.dataList = [] this.dataList = []
this.pkId = '' this.pkId = ''
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }