|
@@ -2113,7 +2113,7 @@ function cancelClinic(patientId, times) {
|
|
|
* @param mzPatientMi
|
|
|
*/
|
|
|
function setMzPatientInfo(mzPatientMi) {
|
|
|
- postAjaxRequst("/thmz/getSqGhfFlag",{patientId:mzPatientMi.patientId},true,function (res) {
|
|
|
+ postAjaxJsonHttpRequst("/thmz/getSqGhfFlag",{patientId:mzPatientMi.patientId},true,function (res) {
|
|
|
$("#ghFeeSelect").val(res.data)
|
|
|
$('#ghFeeSelect').selectpicker('refresh');
|
|
|
})
|