WXL
4 天以前 dc082351978a1e9f75d7a1471a0ca7ebeac552a5
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) {