|
@@ -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);
|