Browse Source

Merge branch 'xiaoqin' into mergeBranch

codeMan 2 năm trước cách đây
mục cha
commit
3084843f35
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/HDrpManagement/collectionRule/index.vue

+ 3 - 1
src/HDrpManagement/collectionRule/index.vue

@@ -52,6 +52,8 @@ export default {
         "id": "20230110100103",
         "version":1,
         "content": {
+          "pageNumber":1,
+          "pageSize":20,
           "where":{
               "condition":""
           }
@@ -69,7 +71,7 @@ export default {
     async listData(){
       const res = await this.$api.requested(this.params)
       this.list = res.data
-      this.total = res.pageTotal
+      this.total = res.total
       console.log(this.list)
     },
     handleSizeChange(val) {