WXL
3 天以前 1ec2cedcf637fc210761cb28270a65009c9f7618
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) {