WXL
2026-06-04 3e280975ba21c9b311f3538788c220bdd70e16bc
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) {