fix: 在制品点击改为应用内跳转扫码详情页(流转树)
This commit is contained in:
@ -81,9 +81,7 @@ function WipRow({ t }: { t: WipTask }) {
|
||||
const nav = useNavigate();
|
||||
const handleClick = () => {
|
||||
if (t.product_sn) {
|
||||
// 跳转到扫码详情页
|
||||
const base = window.location.origin;
|
||||
window.open(`${base}/scan?sn=${t.product_sn}`, "_blank");
|
||||
nav(`/scan?sn=${t.product_sn}`);
|
||||
}
|
||||
};
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user