fix 征求意见流程转办加参数projectId
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user