Skip to content

Commit

Permalink
fix(frontend): 单据克隆跳转路径问题修复 #7795
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 23105
  • Loading branch information
jinquantianxia authored and iSecloud committed Nov 7, 2024
1 parent 4421c2c commit f504bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
ticketType: props.data.ticket_type,
},
});
window.open(href.replace(/^\/(\d+)/, `${props.data.bk_biz_id}`));
window.open(href.replace(/^\/(\d+)/, `/${props.data.bk_biz_id}`));
}
};
Expand Down

0 comments on commit f504bee

Please sign in to comment.