소스 검색

Merge branch 'uiUpdate0507' into test

wyq 4 년 전
부모
커밋
acb8d79a13
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/components/common/HomePage.vue
  2. 1 2
      src/components/knowledgeExtra/AddDiagBase.vue

+ 1 - 1
src/components/common/HomePage.vue

@@ -247,7 +247,7 @@ export default {
   height: 32px;
   height: 32px;
   position: fixed;
   position: fixed;
   left:calc(20% - 36px); 
   left:calc(20% - 36px); 
-  top: 70%;
+  top: 65%;
   z-index: 20;
   z-index: 20;
 }
 }
 .user .el-menu-item.is-active {
 .user .el-menu-item.is-active {

+ 1 - 2
src/components/knowledgeExtra/AddDiagBase.vue

@@ -128,7 +128,6 @@
                     width="18"
                     width="18"
                     class="icon"
                     class="icon"
                     @click="delGroup(scope.row.depart_id,scope.$index)"
                     @click="delGroup(scope.row.depart_id,scope.$index)"
-                    v-show="groupL[scope.row.depart_id].id>1"
                   />
                   />
                 </el-form-item>
                 </el-form-item>
               </template>
               </template>
@@ -553,6 +552,7 @@ export default {
     this.baseTypes = JSON.parse(localStorage.getItem('zskDiagList') || '[]');
     this.baseTypes = JSON.parse(localStorage.getItem('zskDiagList') || '[]');
     this.dicts = JSON.parse(localStorage.getItem('zskDiagDicts') || '{}');
     this.dicts = JSON.parse(localStorage.getItem('zskDiagDicts') || '{}');
     let info = param.data;
     let info = param.data;
+    console.log(info)
     if (info) {
     if (info) {
       this.id = info.id;
       this.id = info.id;
       this.isCopy = param.copy;
       this.isCopy = param.copy;
@@ -565,7 +565,6 @@ export default {
         info.klDiagnoseTypeVO[i].depart_id = this.i;
         info.klDiagnoseTypeVO[i].depart_id = this.i;
         this.i++;
         this.i++;
       }
       }
-
       this.form = Object.assign({}, this.form, this.formatData(info));
       this.form = Object.assign({}, this.form, this.formatData(info));
       if (this.isCopy) {
       if (this.isCopy) {
         this.conceptList = [];
         this.conceptList = [];