Merge pull request 'fix : 修复页面细节' (#224) from dj into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/224
This commit is contained in:
2024-05-23 09:39:12 +00:00

View File

@@ -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
}