WXL
2026-06-11 f806aff5702fc6be9c9348d51964366cbf434bf7
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) {