[update 标准解读流程] 加签
This commit is contained in:
+5
-3
@@ -149,7 +149,8 @@ import {
|
||||
interpretFlowSave,
|
||||
interpretFlowReject,
|
||||
interpretFlowTransfer,
|
||||
getLookData, interpretFlowCountersign
|
||||
getLookData,
|
||||
processAddSign
|
||||
} from '@api/workCenter'
|
||||
import InterpretationInitiate from '@views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate'
|
||||
import UserSelectModal from '@comp/selection/UserSelectModal'
|
||||
@@ -522,9 +523,10 @@ export default {
|
||||
const params = {
|
||||
projectId: this.projectId,
|
||||
taskId: this.$route.query.taskId,
|
||||
userId
|
||||
userId,
|
||||
prcType: ProcessType.STANDARD_INTERPRETATION_PROCESS.value
|
||||
}
|
||||
interpretFlowCountersign(params).then(res => {
|
||||
processAddSign(params).then(res => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user