[update] 加签增加prcType
This commit is contained in:
@@ -548,6 +548,7 @@ export default {
|
|||||||
const param = {}
|
const param = {}
|
||||||
param.userId = userIds
|
param.userId = userIds
|
||||||
param.taskId = this.$route.query.taskId
|
param.taskId = this.$route.query.taskId
|
||||||
|
param.prcType = this.$route.query.prcType
|
||||||
processAddSign(param).then(res => {
|
processAddSign(param).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
|
|||||||
+1
@@ -467,6 +467,7 @@ export default {
|
|||||||
const param = {}
|
const param = {}
|
||||||
param.userId = userIds
|
param.userId = userIds
|
||||||
param.taskId = this.$route.query.taskId
|
param.taskId = this.$route.query.taskId
|
||||||
|
param.prcType = this.$route.query.prcType
|
||||||
processAddSign(param).then(res => {
|
processAddSign(param).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
|
|||||||
@@ -250,6 +250,7 @@ export default {
|
|||||||
query.taskId = record.taskId // 任务id
|
query.taskId = record.taskId // 任务id
|
||||||
query.processInstanceId = record.processInstanceId // 流程实例id,必须传人员信息右侧表格查询需要用
|
query.processInstanceId = record.processInstanceId // 流程实例id,必须传人员信息右侧表格查询需要用
|
||||||
query.nodeId = record.nodeId // 节点的id
|
query.nodeId = record.nodeId // 节点的id
|
||||||
|
query.prcType = record.prcType // 流程类型,加签需要传
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: path,
|
path: path,
|
||||||
query: query
|
query: query
|
||||||
|
|||||||
+1
@@ -578,6 +578,7 @@ export default {
|
|||||||
const param = {}
|
const param = {}
|
||||||
param.userId = userIds
|
param.userId = userIds
|
||||||
param.taskId = this.$route.query.taskId
|
param.taskId = this.$route.query.taskId
|
||||||
|
param.prcType = this.$route.query.prcType
|
||||||
processAddSign(param).then(res => {
|
processAddSign(param).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
|
|||||||
Reference in New Issue
Block a user