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