methods:{
queryPosInfos(){
queryPosInfo({
id:this.id
}).then(res =>{
console.log(res)//回傳報501
console.log(res.data)
if(res.code ==200){
this.insuredName = res.data.insuredName;
this.sxDate = res.data.sxDate;
}
});
},
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/268981.html
標籤:微信開發
