This commit is contained in:
宋伟佳
2022-04-12 09:39:43 +08:00
parent bb68fba491
commit d3b3fa7a77
5 changed files with 142 additions and 109 deletions
@@ -231,7 +231,7 @@ export default {
},
choiceForm: {}, //选择标准清单列表
// countryOptions: [], //适用区域下拉框数据
userId: this.$store.getters.userInfo.userId,
userId: this.$store.getters.userInfo.account,
taskIds: this.$route.query.taskIds,
pId: this.$route.query.prcId,
signFlag: "1", //是否会签 1为会签 2为不会签
@@ -273,7 +273,7 @@ export default {
changeAssigneeNew({
taskId: this.taskIds, // 任务id
assignee: data[0].id, // 被委托人
userId: this.userId, // 委托人
userId: this.userId, // 委托人
pId: this.pId // 流程实例
}).then(res =>{
if (res.success) {