fix : 修复专项资金页面功能细节
This commit is contained in:
@@ -148,19 +148,15 @@ const handleAdd = () => {
|
||||
try{
|
||||
router.push({
|
||||
name:'Requirement/add',
|
||||
query: {
|
||||
isAdd: 1
|
||||
}
|
||||
query:{}
|
||||
})
|
||||
}catch (err){
|
||||
ElNotification({
|
||||
title: '提示',
|
||||
message: '该用户无新增权限',
|
||||
type: 'warning'
|
||||
})
|
||||
// ElNotification({
|
||||
// title: '提示',
|
||||
// message: '该用户无新增权限',
|
||||
// type: 'warning'
|
||||
// })
|
||||
}
|
||||
//新增
|
||||
|
||||
}
|
||||
const handleEdit = (row) => {
|
||||
router.push({
|
||||
|
||||
Reference in New Issue
Block a user