src/views/business/course/components/OrganAllocationStage.vue
@@ -688,7 +688,7 @@ // 获取详情 async getDetail(infoid, id) { this.loading = true; donateorganBaseinfoInfo(id); try { const response = await allocationList({ infoid }); if (response.code == 200 && response.data && response.data.length > 0) {