fix : 修复功能

This commit is contained in:
2024-05-12 21:53:08 +08:00
parent b170d42263
commit 71d78d9cca
5 changed files with 163 additions and 75 deletions

View File

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