Sfoglia il codice sorgente

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

guo00guo 5 anni fa
parent
commit
0b3302f929
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);