scorpio 2 gadi atpakaļ
vecāks
revīzija
88249a55a3
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      src/views/home/component/pro_left.vue

+ 3 - 0
src/views/home/component/pro_left.vue

@@ -219,6 +219,9 @@ export default {
         const index = this.scorllTopList.findIndex(
           e => scrollTop >= e.start && scrollTop < e.end
         )
+        if (this.code === 'project_dispatch') {
+          return
+        }
         this.active = index
         if (e.target.scrollTop === 0) {
           this.active = 0