杨磊
2024-06-06 d1c500c7ee83209f77e6bf7be7a6c5e59af0cc04
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;
        });
      }