修改导出文件接口

This commit is contained in:
RenCheng 2025-05-24 21:42:39 +08:00
parent 4182e6e52e
commit 1b34272383

View File

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