scorpio 2 år sedan
förälder
incheckning
88249a55a3
1 ändrade filer med 3 tillägg och 0 borttagningar
  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