|
@@ -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
|