[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
@@ -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)