|
@@ -893,7 +893,7 @@ export default {
|
|
|
);
|
|
|
this.page_no = 1;
|
|
|
if(this.$refs.edb_detail_data){
|
|
|
- this.$refs.edb_detail_data.$refs.valueUl.scrollTop=0
|
|
|
+ //this.$refs.edb_detail_data.$refs.valueUl.scrollTop=0
|
|
|
}
|
|
|
this.select_node = search_obj.UniqueCode;
|
|
|
this.selected_edbid = newval;
|
|
@@ -1158,7 +1158,7 @@ export default {
|
|
|
}
|
|
|
if(type==='refresh') {
|
|
|
if(this.$refs.edb_detail_data){
|
|
|
- this.$refs.edb_detail_data.$refs.valueUl.scrollTop=0
|
|
|
+ //this.$refs.edb_detail_data.$refs.valueUl.scrollTop=0
|
|
|
}
|
|
|
}
|
|
|
this.$refs.menuTree&&this.$nextTick(()=>{
|
|
@@ -1863,7 +1863,7 @@ export default {
|
|
|
initGetData() {
|
|
|
this.page_no = 1;
|
|
|
if(this.$refs.edb_detail_data){
|
|
|
- this.$refs.edb_detail_data.$refs.valueUl.scrollTop=0
|
|
|
+ //this.$refs.edb_detail_data.$refs.valueUl.scrollTop=0
|
|
|
}
|
|
|
this.getDataList();
|
|
|
},
|
|
@@ -2060,7 +2060,7 @@ export default {
|
|
|
initDataStatus() {
|
|
|
this.page_no = 1;
|
|
|
if(this.$refs.edb_detail_data){
|
|
|
- this.$refs.edb_detail_data.$refs.valueUl.scrollTop=0
|
|
|
+ //this.$refs.edb_detail_data.$refs.valueUl.scrollTop=0
|
|
|
}
|
|
|
this.getDataList();
|
|
|
},
|