Skip to content

Commit

Permalink
fix(设备管理): 批量导出设备不选产品直接点导出时报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-chaochao committed Jan 25, 2021
1 parent 77daa4f commit 6fe22e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/device/instance/operation/export.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Export: React.FC<Props> = props => {
if (product) {
formElement.action = `/jetlinks/device/instance/${product}/export.${fileType}`;
} else {
formElement.action = `/jetlinks//device/instance/export.${fileType}`;
formElement.action = `/jetlinks/device/instance/export.${fileType}`;
}
delete props.searchParam.pageSize;
delete props.searchParam.pageIndex;
Expand Down

0 comments on commit 6fe22e9

Please sign in to comment.