From 189c3eb8d0911ebfe1b65138cf34002f819344dd Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 6 Apr 2023 13:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=94=B6=E9=9B=86=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E8=A1=A8=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index da6a8a2a3..5bb51b711 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -785,7 +785,7 @@ if(res.result && res.result.length > 0){ jsonHead = res.result }else{ - getAction(url, params).then((val) => { + getAction(this.url.tableHeader, params).then((val) => { if (val.success) { jsonHead = val.result }