src/pages/RDF/RDF.vue
@@ -1,6 +1,6 @@ <template> <view> 当时法国 <view id="box"> <!-- RDF对应的参数 --> </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 }) } }