yeguodong 4 ヶ月 前
コミット
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');
     })