|
@@ -639,6 +639,7 @@
|
|
|
serverCode: '',
|
|
|
}
|
|
|
this.reportList = res.crowdReportVOList
|
|
|
+ this.crowdReportUrl = res.crowdTaskVO.writeReportUrl;
|
|
|
this.acceptedUserList = res.acceptedUserList
|
|
|
this.handleTestTypeChange(res.crowdTaskVO.serviceType);
|
|
|
this.serviceName = this.getServiceByCode(res.crowdTaskVO.serviceType);
|