From 99d10f6631720690c3bff46f33a5d67bbe1bf3a7 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sat, 24 May 2025 22:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=AF=B7=E6=B1=82=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/modules/tablelist.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/data/modules/tablelist.vue b/src/views/data/modules/tablelist.vue index fc1b009..b758a92 100644 --- a/src/views/data/modules/tablelist.vue +++ b/src/views/data/modules/tablelist.vue @@ -105,7 +105,7 @@ import { metaDataTypeTree } from '@/api/metaData' this.$message.warning("至少选择一个需要导出的表"); return; } - postAction("/dataManager/getDataManagerInfo?schemaMass="+this.queryParam.schemaMass+"&tableNames="+this.selectedRowKeys+"&exportType="+exportType,{}).then(res => { + getAction("/dataManager/getDataManagerInfo?schemaMass="+this.queryParam.schemaMass+"&tableNames="+this.selectedRowKeys+"&exportType="+exportType,{}).then(res => { if (res.code == 200) { this.$message.success(res.result); }else{