Merge pull request 'fix : 修复细节' (#183) from dj into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/183
This commit is contained in:
2024-05-15 05:29:07 +00:00

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
}