From b7d347e75d0aeebca06a4f12c7a2aba155c24b1e Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 31 七月 2023 17:01:38 +0800
Subject: [PATCH] 更新配置文件请求地址
---
src/samples/httpApi.ts | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/samples/httpApi.ts b/src/samples/httpApi.ts
index 5b8fdb4..fa3ac2c 100644
--- a/src/samples/httpApi.ts
+++ b/src/samples/httpApi.ts
@@ -13,17 +13,12 @@
clientCode:confingInfoStore().confingInfo.clientCode,
queryCode:codeStr
}
- console.log('发送患者code 到http',mode)
getPatientInfo2(mode).then(re=>{
- console.log('获取到患者信息-------')
- console.log(re)
writePatient(re.data)
})
}
const updatePatientApi=(pam:object)=>{
- console.log('发送患者结果到后台 到http',pam)
updatePatient(pam).then(re=>{
- console.log('发送患者结果到后端返回',re)
writeResult(re.data)
})
--
Gitblit v1.8.0