scorpio преди 2 години
родител
ревизия
88249a55a3
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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(
         const index = this.scorllTopList.findIndex(
           e => scrollTop >= e.start && scrollTop < e.end
           e => scrollTop >= e.start && scrollTop < e.end
         )
         )
+        if (this.code === 'project_dispatch') {
+          return
+        }
         this.active = index
         this.active = index
         if (e.target.scrollTop === 0) {
         if (e.target.scrollTop === 0) {
           this.active = 0
           this.active = 0