fix 征求意见转办参数

This commit is contained in:
赵霄
2024-01-12 17:49:49 +08:00
parent e301ab6a25
commit 72859e21b0
@@ -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 => {