fix : 修复功能
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user