|
@@ -274,7 +274,7 @@ const router = useRouter();
|
|
// 绑定工序
|
|
// 绑定工序
|
|
const bindProcess = (row) => {
|
|
const bindProcess = (row) => {
|
|
router.push({
|
|
router.push({
|
|
- path: `/base/craftManagement/bindProcess/${row.id}/null`,
|
|
|
|
|
|
+ path: `/base/craftManagement/bindProcess/${row.id}/null/null`,
|
|
});
|
|
});
|
|
};
|
|
};
|
|
|
|
|