Explorar el Código

辅检展开收起

zhangxc hace 5 años
padre
commit
a02ab00f8e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/components/medicalTerm/AddAssistCheckMultRelation.vue

+ 2 - 1
src/components/medicalTerm/AddAssistCheckMultRelation.vue

@@ -134,7 +134,8 @@ import apis from '@api/medicalTerm.js';
         relationConceptId: '', //关联父类ID
         level: 0, //层级(修改时只能显示三级)
         saveDisable: false,  //保存按钮禁止点击
-        showSearch: false
+        showSearch: false,
+        defaultExpandedArr: []
       }
     },
     created(){