YM
2024-04-19 dbe7eb53558f3f7ac95beeb705518d7156b062cf
src/pages/RDF/RDF.vue
@@ -1,6 +1,6 @@
<template>
   <view>
      当时法国
   <view id="box">
      <!-- RDF对应的参数 asdkfhkajsdfh-->
   </view>
</template>
@@ -22,8 +22,11 @@
      methods: {
         // 
         async   innt(){
            console.log(this.Obj,'this.Obj');
            var box = document.getElementById('box')
            await getMedicalDataOutput(this.Obj).then(res=>{
               console.log(res,'接口');
               box.innerHTML=res
            })
         }
      }