lihong 1 月之前
父节点
当前提交
bf7dc87521
共有 1 个文件被更改,包括 1 次插入1 次删除
  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');
     })