hotfix/2.9.42310.02

This commit is contained in:
黎永顺 2023-10-31 15:50:52 +08:00
parent 6aed11a411
commit a21982bf62
1 changed files with 1 additions and 2 deletions

View File

@ -88,8 +88,7 @@ class Index extends Component {
if (!selectItems) {
message.error(getLabel(111, "请选择表头字段"));
} else {
console.log(exportTempUrl);
// window.open(exportTempUrl, "_blank");
window.open(exportTempUrl, "_blank");
}
};
handleSelectedField = () => {