fix : 按钮放在右上角浮动

This commit is contained in:
2024-10-23 23:14:56 +08:00
parent a82030b04f
commit 344a3a03b3
4 changed files with 28 additions and 18 deletions

View File

@@ -171,20 +171,21 @@ const back = () => {
}
// 驳回
const handleReject = async () => {
if (!_value.value) {
ElNotification({
title: '提示',
message: '请填写审核意见',
type: 'warning'
})
return
}
showBackNode.value = true
backNode.value = {}
}
//回退节点
const rollbackHandler = async () => {
// const values = form.value.getValues()
if (!_value.value) {
ElNotification({
title: '提示',
message: '请填写审核意见',
type: 'warning'
})
return
}
const params = {
taskId: props.taskId,
// ...values