fix : 修复页面细节
This commit is contained in:
@@ -149,8 +149,7 @@ const search = (val) => {
|
||||
const handleAdd = () => {
|
||||
//新增
|
||||
router.push({
|
||||
// name: 'Add',
|
||||
path: '/project/demand/collection/add',
|
||||
name: 'Requirement/add',
|
||||
query: {
|
||||
isAdd: 1
|
||||
}
|
||||
@@ -158,7 +157,7 @@ const handleAdd = () => {
|
||||
}
|
||||
const handleEdit = (row) => {
|
||||
router.push({
|
||||
name: 'Collection/edit',
|
||||
name: 'Requirement/edit',
|
||||
query: {
|
||||
id: row.requirementId
|
||||
}
|
||||
@@ -176,7 +175,7 @@ const handleDelete = (row) => {
|
||||
}
|
||||
const handleDetail = (row) => {
|
||||
router.push({
|
||||
name: 'Collection/detail',
|
||||
name: 'Requirement/detail',
|
||||
query: {
|
||||
id: row.requirementId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user