From cf6c7814b632aca010ddbcbfd4cc465cc3b16fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Sun, 21 Aug 2022 16:38:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE=E5=8F=AA=E8=BF=94=E5=9B=9E?= =?UTF-8?q?10=E4=B8=AAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/system/config/components/formContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/system/config/components/formContent.vue b/web/src/views/system/config/components/formContent.vue index e91bc9b..53a9b1f 100644 --- a/web/src/views/system/config/components/formContent.vue +++ b/web/src/views/system/config/components/formContent.vue @@ -303,7 +303,7 @@ export default { // 获取数据 getInit () { const that = this - api.GetList({ parent: this.options.id }).then(res => { + api.GetList({ parent: this.options.id, limit: 999 }).then(res => { const { data } = res.data this.formList = data const form = {}