fix修复已办参数传错
This commit is contained in:
parent
ad8565d29a
commit
31f4219f3d
@ -115,7 +115,7 @@ const getFinishList = () => {
|
||||
/** 查看按钮操作 */
|
||||
const handleView = (row) => {
|
||||
proxy.$tab.closePage(proxy.$route);
|
||||
proxy.$router.push(`/demo/leaveEdit/index/${row.id}/view`);
|
||||
proxy.$router.push(`/demo/leaveEdit/index/${row.businessKey}/view`);
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user