修改导出文件接口

This commit is contained in:
RenCheng 2025-05-24 22:21:53 +08:00
parent 99d10f6631
commit f66b30318d

View File

@ -105,7 +105,7 @@ import { metaDataTypeTree } from '@/api/metaData'
this.$message.warning("至少选择一个需要导出的表");
return;
}
getAction("/dataManager/getDataManagerInfo?schemaMass="+this.queryParam.schemaMass+"&tableNames="+this.selectedRowKeys+"&exportType="+exportType,{}).then(res => {
postAction("/dataManager/DmExportTable?schemaMass="+this.queryParam.schemaMass+"&tableNames="+this.selectedRowKeys+"&exportType="+exportType,{}).then(res => {
if (res.code == 200) {
this.$message.success(res.result);
}else{