全栈修复: remark字段全链路打通 — TaskCreate+TransferRequest+transfer_task+前端Payload
This commit is contained in:
@ -509,6 +509,7 @@ export default {
|
||||
task_name: this.firstForm.task_name,
|
||||
assignee_id: this.firstForm.assignee_id,
|
||||
notify_parent_on_complete: false,
|
||||
remark: this.firstForm.note.trim() || undefined,
|
||||
});
|
||||
// 场景B: 立即接收
|
||||
if (this.firstForm.autoReceive) {
|
||||
|
||||
Reference in New Issue
Block a user