|
@@ -287,6 +287,9 @@ const saveGroundsClick = async() => {
|
|
|
)
|
|
|
if (!error && code === 200) {
|
|
|
window?.$message.warning('驳回成功!')
|
|
|
+ router.push({
|
|
|
+ name: 'home-task'
|
|
|
+ })
|
|
|
}
|
|
|
closeGroundsClick()
|
|
|
}
|
|
@@ -318,6 +321,9 @@ const doubleClick = async() => {
|
|
|
)
|
|
|
if (!error && code === 200) {
|
|
|
window?.$message.success('审核通过!')
|
|
|
+ router.push({
|
|
|
+ name: 'home-task'
|
|
|
+ })
|
|
|
}
|
|
|
}
|
|
|
|