|
@@ -148,7 +148,7 @@ import AssociationInput from '@/views/reportData/components/AssociationInput.vue
|
|
|
import ProjectItem from '@/components/article-item/ProjectItem.vue'
|
|
|
import Empty from '@/components/common/Empty'
|
|
|
import { getWeekMonthReportProjectList } from '@/api/modules'
|
|
|
-import { formatMoney, dateFormatter } from '@/utils/'
|
|
|
+import { formatMoney, dateFormatter, scrollTargetView } from '@/utils/'
|
|
|
import { debounce } from 'lodash'
|
|
|
|
|
|
export default {
|
|
@@ -335,6 +335,9 @@ export default {
|
|
|
onCurrentChange(p) {
|
|
|
this.listState.pageNum = p
|
|
|
this.getList()
|
|
|
+ this.$nextTick(() => {
|
|
|
+ scrollTargetView('.project-details-list')
|
|
|
+ })
|
|
|
},
|
|
|
getFilters() {
|
|
|
const { subscribe, area, buyerClass, industry, winner, buyerName, sort } =
|