code review:驳回逻辑

(cherry picked from commit 245147223f)
This commit is contained in:
YunaiV
2023-09-24 23:05:33 +08:00
committed by shizhong
parent 715cf6c85f
commit d46b9deb18
3 changed files with 14 additions and 20 deletions

View File

@ -68,7 +68,7 @@ const submitForm = async () => {
// 提交请求
formLoading.value = true
try {
await TaskApi.okReturnTask(formData.value)
await TaskApi.returnTask(formData.value)
message.success('回退成功')
dialogVisible.value = false
// 发送操作成功的事件