[update] 加签增加prcType

This commit is contained in:
lideqin
2024-07-17 18:22:33 +08:00
parent 197a08e54e
commit 1637416b25
4 changed files with 4 additions and 0 deletions
@@ -548,6 +548,7 @@ export default {
const param = {}
param.userId = userIds
param.taskId = this.$route.query.taskId
param.prcType = this.$route.query.prcType
processAddSign(param).then(res => {
if (res.success) {
this.$message.success(res.message)
@@ -467,6 +467,7 @@ export default {
const param = {}
param.userId = userIds
param.taskId = this.$route.query.taskId
param.prcType = this.$route.query.prcType
processAddSign(param).then(res => {
if (res.success) {
this.$message.success(res.message)
@@ -250,6 +250,7 @@ export default {
query.taskId = record.taskId // 任务id
query.processInstanceId = record.processInstanceId // 流程实例id,必须传人员信息右侧表格查询需要用
query.nodeId = record.nodeId // 节点的id
query.prcType = record.prcType // 流程类型,加签需要传
this.$router.push({
path: path,
query: query
@@ -578,6 +578,7 @@ export default {
const param = {}
param.userId = userIds
param.taskId = this.$route.query.taskId
param.prcType = this.$route.query.prcType
processAddSign(param).then(res => {
if (res.success) {
this.$message.success(res.message)