Browse Source

门诊慢特

lighter_217 1 week ago
parent
commit
e04d53a87e
1 changed files with 1 additions and 1 deletions
  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;