Browse Source

病历条目错误定位优化

zhouna 5 years ago
parent
commit
3ecfa4e900
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/recordInput/ManageItemBatch.vue

+ 2 - 0
src/components/recordInput/ManageItemBatch.vue

@@ -376,6 +376,7 @@
             showClose: true
             showClose: true
           });
           });
           this.activeLeftNames = requiredValNull;
           this.activeLeftNames = requiredValNull;
+          $(".el-main").scrollTop(160);
           return
           return
         }else if(valueTypeWr.length>0){
         }else if(valueTypeWr.length>0){
           this.$message({
           this.$message({
@@ -384,6 +385,7 @@
             showClose: true
             showClose: true
           });
           });
           this.activeLeftNames = valueTypeWr;
           this.activeLeftNames = valueTypeWr;
+          $(".el-main").scrollTop(160);
           return
           return
         }
         }
         let param = {
         let param = {