Browse Source

修复修改任务后填写报告按钮url更新

guo00guo 5 years ago
parent
commit
0b3302f929
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/task/Task.vue

+ 1 - 0
src/components/task/Task.vue

@@ -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);