lihong 1 month ago
parent
commit
bf7dc87521
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/static/js/mz/clinic.js

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

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