From d6dc17553dd5a68ec758cfef96f5eb6b48f9e925 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Apr 2023 17:09:04 +0800 Subject: [PATCH] bug --- .../app/AppResidentIntegrating/components/List.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 } },