소스 검색

半浮层分页: 10

洪海涛 4 년 전
부모
커밋
c0ec26facd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/dataBigManage/components/drawerModal/index.vue

+ 1 - 1
src/views/dataBigManage/components/drawerModal/index.vue

@@ -373,7 +373,7 @@ export default {
       paging.pageSize = value
       paging.pageSize = value
       this.paging = _.cloneDeep(paging)
       this.paging = _.cloneDeep(paging)
       window.localStorage.setItem('pageSize', value)
       window.localStorage.setItem('pageSize', value)
-      if (this.headerTitle === '效率') {
+      if (this.headerTitle === '效率' && this.title !== '需求人力') {
         this.tableListPagination()
         this.tableListPagination()
       } else {
       } else {
         this.setTableList()
         this.setTableList()