liucf 5 jaren geleden
bovenliggende
commit
647ce4ade2
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/components/icss/AddMedicalName.vue

+ 1 - 1
src/components/icss/AddMedicalName.vue

@@ -347,7 +347,7 @@ import pinyin from '../../js/Convert_Pinyin.js';
               this.minAge = result.data.minAge;
               const type = result.data.type;
               if(type == '诊断'){
-                this.dioType = result.data.classify; //类型
+                this.dioType = result.data.classify || "Ⅰ"; //类型,默认展示Ⅰ类
                 const deptConptId = result.data.deptId;
                 this.getDioType(true);
                 this.getDdeptList(deptConptId);