|
@ -184,7 +184,7 @@ |
|
|
|
|
|
|
|
|
openJobDetail(item) { |
|
|
openJobDetail(item) { |
|
|
uni.navigateTo({ |
|
|
uni.navigateTo({ |
|
|
url: './countDetail?id=' + item.masterId + '&status=' + item.status |
|
|
url: './countDetail?id=' + item.id + '&status=' + item.status |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
@ -203,7 +203,7 @@ |
|
|
this.$refs.comMessage.showQuestionMessage("确定要放弃当前任务?", |
|
|
this.$refs.comMessage.showQuestionMessage("确定要放弃当前任务?", |
|
|
res => { |
|
|
res => { |
|
|
if (res) { |
|
|
if (res) { |
|
|
this.cancleJob(dataContent.masterId); |
|
|
this.cancleJob(dataContent.id); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|