fix : 修复细节

This commit is contained in:
2024-05-15 13:28:53 +08:00
parent 01540a3144
commit 9a0f5b0e12

View File

@@ -156,7 +156,7 @@ const handleView = (row) => {
console.log('row', row)
if(row.targetState=='00'&&row.targetId){
router.push({
path: '/projectdemand/demanddetail',
name: 'Collection/detail',
query: {
id: row.targetId
}