fix : 修复新增分摊表格数据校验及矩阵审批加箭头

This commit is contained in:
2024-06-05 22:03:49 +08:00
parent ca64562059
commit 2e86683f41
6 changed files with 187 additions and 142 deletions

View File

@@ -163,7 +163,7 @@ const handleEdit = (row) => {
router.push({
name: 'Share/edit',
query: {
id:row.id
id:row.allocationId
}
})
}