feat: 审批流程加立即抄送按钮

This commit is contained in:
dj
2025-04-14 16:44:42 +08:00
parent 7579b77b2d
commit a1422067d0
3 changed files with 56 additions and 3 deletions

View File

@@ -91,10 +91,12 @@ const handleUploadSuccess = (res) => {
emit("success")
}
const uploadError = (error) => {
console.log("🚀 ~ file:'error ", error.response.data.msg)
// loading.value = false
ElNotification({
title: '提示',
message: "上传失败,请稍后再试!",
message: error.response.data.msg,
type: 'error'
})
}