|
@@ -22,8 +22,8 @@ export const getPreMsg = (dispatch, getState) => {
|
|
|
// let state = baseList.patInfo.message;
|
|
|
json('http://192.168.2.121:5050'+api.getPreMsg, {
|
|
|
"hospitalCode": getUrlArgObject('hospitalId'),
|
|
|
- "inquiryCode": "7",
|
|
|
- "patientCode": getUrlArgObject("recordId")
|
|
|
+ "inquiryCode":getUrlArgObject("recordId"),
|
|
|
+ "patientCode": getUrlArgObject("patientNo")
|
|
|
},true).then((res) => {
|
|
|
const data = res.data;
|
|
|
if (data.code == 0) {
|