diff --git a/project/fengdu/app/AppResidentIntegrating/components/List.vue b/project/fengdu/app/AppResidentIntegrating/components/List.vue index b87cdc64..8b0ed226 100644 --- a/project/fengdu/app/AppResidentIntegrating/components/List.vue +++ b/project/fengdu/app/AppResidentIntegrating/components/List.vue @@ -8,7 +8,8 @@ 导出 @@ -85,7 +86,8 @@ props: { instance: Function, - dict: Object + dict: Object, + permissions: Function }, data() { @@ -129,7 +131,8 @@ params () { return { - ...this.search + ...this.search, + size: 1000 } },