|
@@ -106,6 +106,7 @@
|
|
|
<script>
|
|
|
// import { mapGetters } from 'vuex'
|
|
|
import { bugList } from '@/api/defectManage'
|
|
|
+import _ from 'lodash'
|
|
|
import { getReportList } from '@/api/reportTemplate'
|
|
|
import dmTable from './components/table.vue'
|
|
|
import timeline from './components/timeline'
|
|
@@ -362,7 +363,7 @@ export default {
|
|
|
const paging = _.cloneDeep(this.paging)
|
|
|
paging.pageSize = value
|
|
|
this.paging = _.cloneDeep(paging)
|
|
|
- if (this.headerTitle === '效率' && this.title !== "需求人力") {
|
|
|
+ if (this.headerTitle === '效率' && this.title !== '需求人力') {
|
|
|
this.tableListPagination()
|
|
|
} else {
|
|
|
this.setTableList()
|