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