Merge pull request 'feat: 项目详情审批流程加立即抄送按钮' (#986) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/986
This commit is contained in:
2025-04-15 02:41:27 +00:00
2 changed files with 4 additions and 5 deletions

View File

@@ -416,7 +416,7 @@ const addUser = async () => {
instanceId: props.data.processInstanceId,
// message:props.data.remark,
projectId: route.query.projectId,
state: props.data.state,
state: route.query.step,
userIds: carbonCopyUserList.value
})
console.log('res', res)
@@ -424,7 +424,7 @@ const addUser = async () => {
ElNotification({
title: '提示',
message: '抄送成功',
type: 'error'
type: 'success'
})
tableIns.value.refresh()
} else {

View File

@@ -227,9 +227,8 @@ const carbonCopyUserPickerOk = (userList) => {
const addUser = async () => {
const res = await applyCcSend({
instanceId: props.data.processInstanceId,
// message:props.data.remark,
projectId: route.query.projectId,
state: props.data.state,
state: route.query.step,
userIds: carbonCopyUserList.value
})
console.log('res', res)
@@ -237,7 +236,7 @@ const addUser = async () => {
ElNotification({
title: '提示',
message: '抄送成功',
type: 'error'
type: 'success'
})
tableIns.value.refresh()
} else {