Browse Source

scrollIntoView

OnePsycho 3 years ago
parent
commit
e09d4f901d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      TEAMModelOS/ClientApp/src/view/evaluation/bank/index.vue

+ 1 - 0
TEAMModelOS/ClientApp/src/view/evaluation/bank/index.vue

@@ -82,6 +82,7 @@
 				this.$refs.paperList.isPreview = false
 				this.$refs.paperList.isShowSheet = false
 				this.isShowBackList = false
+				this.$refs.bankContainer.scrollIntoView()
 			},
 
 			/** 切换全部展开与折叠 */