[update] 加签增加prcType
This commit is contained in:
+1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user