1
YM
2024-06-06 dd1b7a58b7ffc2153b284a7bfb8f568a2e2050f4
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;
        });
      }