|
|
@@ -602,8 +602,9 @@
|
|
|
//接收任务成功时的回调函数
|
|
|
receiveTaskSuccess(res) {
|
|
|
this.hideLoading()
|
|
|
+ this.getTaskDetail();
|
|
|
notify('success', '接收任务成功')
|
|
|
- console.log(res)
|
|
|
+ // console.log(res)
|
|
|
this.taskOperationControl = res.taskOperationControl
|
|
|
this.task.status = res.crowdTaskVO.status
|
|
|
this.task.institution = res.crowdTaskVO.institution
|