全栈修复: remark字段全链路打通 — TaskCreate+TransferRequest+transfer_task+前端Payload

This commit is contained in:
2026-08-05 15:59:20 +08:00
parent 30d35d7fa2
commit 7810097b39
4 changed files with 36 additions and 19 deletions

View File

@ -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) {