1
YM
2024-04-24 ccb19f88b2583c7dadb18b6b2e9571ec120c6c61
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
            })
         }
      }