yeguodong 4 месяцев назад
Родитель
Сommit
d936f47954
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/static/js/mz/clinic.js

+ 1 - 1
src/main/resources/static/js/mz/clinic.js

@@ -2155,7 +2155,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');
     })