fix : 修复专项资金页面功能细节

This commit is contained in:
2024-05-28 16:36:03 +08:00
parent 63e94af451
commit ba86f54369
10 changed files with 682 additions and 29 deletions

View File

@@ -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({