liucf 5 年之前
父节点
当前提交
647ce4ade2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);