From 80db51200a3d1c275b557540e774c82a3c33f69c Mon Sep 17 00:00:00 2001 From: juwei001 <974220104@qq.com> Date: Tue, 9 Apr 2024 19:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E5=85=AC=E5=8F=B8=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/dialog-module/zdyf-right/kyll/keyEnterprises.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue b/src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue index 09c3971..7bf98c4 100644 --- a/src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue +++ b/src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue @@ -85,8 +85,8 @@ export default { components: {}, watch: {}, created () { - seedCompanyList().then((res) => { - this.list = res.data.list + seedCompanyList({ pageNo: 1, pages: 100 }).then((res) => { + this.list = res.data }) }, methods: {