杨磊
2024-06-05 be5b7495edc7dbf7d3d934ba5a82782b7fbaf790
src/pages/fileDetail/index.vue
@@ -30,12 +30,10 @@
          personId: this.options.id,
          dataTypeEO: this.options.outputType
        }).then((res) => {
          console.log(res);
          this.data = res;
        });
      } else {
        getMedicalDataOutput(this.options).then((res) => {
          console.log(res);
          this.data = res;
        });
      }