mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
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
            })
         }
      }