fix 征求意见转办参数
This commit is contained in:
@@ -492,7 +492,8 @@ export default {
|
||||
continueTurnTo (value) {
|
||||
const params = {
|
||||
taskId: this.$route.query.taskId,
|
||||
userId: value
|
||||
userId: value,
|
||||
projectId: this.$route.query.projectId
|
||||
}
|
||||
this.loading = true
|
||||
transferConsultationProcess(params).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user