lihong 1 tháng trước cách đây
mục cha
commit
bf7dc87521
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');
     })