feat(components): 增加审核意见必填校验
This commit is contained in:
@@ -206,6 +206,14 @@ const rollbackHandler = async () => {
|
||||
}
|
||||
|
||||
const handleAgree = async () => {
|
||||
if (!_value.value) {
|
||||
ElNotification({
|
||||
title: '提示',
|
||||
message: '请填写审核意见',
|
||||
type: 'warning'
|
||||
})
|
||||
return
|
||||
}
|
||||
// const values = form.value.getValues()
|
||||
const params = {
|
||||
taskId: props.taskId,
|
||||
|
||||
Reference in New Issue
Block a user