소스 검색

fix: 参数更改

zh 2 년 전
부모
커밋
284f49d2e2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/sales_policy/components/Examine.vue
  2. 1 1
      src/views/sales_policy/components/details.vue

+ 1 - 1
src/views/sales_policy/components/Examine.vue

@@ -837,7 +837,7 @@ export default {
     },
     // 更改每页数量
     handleSizeChanges4(val) {
-      this.policyList.pageSizes = val
+      this.policyList.pageSize = val
       this.policyList.currentPages = 1
       this.getPolicyList()
     },

+ 1 - 1
src/views/sales_policy/components/details.vue

@@ -1271,7 +1271,7 @@ export default {
     },
     // 更改每页数量
     handleSizeChanges4(val) {
-      this.policyList.pageSizes = val
+      this.policyList.pageSize = val
       this.policyList.currentPages = 1
       this.getPolicyList()
     },