fix : 修复功能

This commit is contained in:
2024-05-13 22:28:44 +08:00
parent 5911d0f6d2
commit f55059eed7
3 changed files with 67 additions and 46 deletions

View File

@@ -148,11 +148,11 @@ const tableConfig = reactive({
})
const handleView = (row) => {
console.log('row', row)
if(row.targetState=='00'&&row.taskId){
if(row.targetState=='00'&&row.targetId){
router.push({
path: '/projectdemand/demanddetail',
query: {
id: row.taskId
id: row.targetId
}
})
}