|
@@ -72,12 +72,12 @@ export default defineComponent({
|
|
|
this.dataShow = false
|
|
|
this.finished = true
|
|
|
}
|
|
|
- if(this.theory&&this.theory.scrollTop as never){
|
|
|
- this.$nextTick(()=>{
|
|
|
- window.scrollTo(0, this.theory.scrollTop as never)
|
|
|
- })
|
|
|
- //
|
|
|
- }
|
|
|
+ // if(this.theory&&this.theory.scrollTop as never){
|
|
|
+ // this.$nextTick(()=>{
|
|
|
+ // window.scrollTo(0, this.theory.scrollTop as never)
|
|
|
+ // })
|
|
|
+ // //
|
|
|
+ // }
|
|
|
},
|
|
|
onSearch(val: string) {
|
|
|
this.params.search = val
|