lighter_217 1 週間 前
コミット
e04d53a87e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/medical-insurance/outpatient/MzSpltryRcrd.vue

+ 1 - 1
src/views/medical-insurance/outpatient/MzSpltryRcrd.vue

@@ -742,7 +742,7 @@ const qrySpcChrDiseAcct = () => {
         matnDises.value = res;
         showMatnDises.value = true;
       });
-    } else if (medType.value === "14") {
+    } else if (medType.value === "140104" || medType.value === '1402') {
       querySpecialChronicDiseasesAccreditation(param).then(res => {
         spcChrDiseAccts.value = res;
         showSpcChrAccts.value = true;