fix : 征集公司校验,单文件显示改为表格,手机端审批后刷新,需求征集回车触发搜索,组织机构管理搜索
This commit is contained in:
@@ -348,13 +348,25 @@ const handleEdit = (row) => {
|
||||
}
|
||||
})
|
||||
}
|
||||
// const handleDetail = (row) => {
|
||||
// router.push({
|
||||
// name: 'Summary/detail',
|
||||
// query: {
|
||||
// id: row.requirementId == null ? '-1' : row.requirementId,
|
||||
// projectId: row.projectId,
|
||||
// state: row.state
|
||||
// }
|
||||
// })
|
||||
// }
|
||||
|
||||
const handleDetail = (row) => {
|
||||
router.push({
|
||||
name: 'Summary/detail',
|
||||
name: 'Implementation/detail',
|
||||
query: {
|
||||
id: row.requirementId == null ? '-1' : row.requirementId,
|
||||
projectId: row.projectId,
|
||||
state: row.state
|
||||
state: row.state,
|
||||
step: '10'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user