fix 征求意见流程转办加参数projectId

This commit is contained in:
赵霄
2024-01-12 15:13:04 +08:00
parent 6b41d39536
commit af0f5ab8cb
2 changed files with 4 additions and 2 deletions
@@ -1087,7 +1087,8 @@ export default {
continueTurnTo (userId) {
const params = {
taskId: this.$route.query.taskId,
userId
userId,
projectId: this.$route.query.projectId
}
this.loading = true
transferConsultationProcess(params).then(res => {