feat(inspect): 新增默认审批意见和默认抄送人功能
- bpm-select-user 新增 value prop 支持初始值回显 - MyHandleContent/TaskHandleInnerContent 新增 defaultCc prop 透传默认抄送人 - DqInspectTaskBPMForm 按任务节点自动生成审批意见 - DqInspectTaskBPMForm 党群负责人收集后审批节点自动查询抄送人 - 所有新增 prop 均可选,不影响现有调用方 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+5
@@ -21,6 +21,7 @@
|
||||
:allowReject="allowReject"
|
||||
:beforeHandle="beforeHandle"
|
||||
:defaultReason="defaultReason"
|
||||
:defaultCc="defaultCc"
|
||||
:currentTaskName="currentNode.taskName">
|
||||
</my-handle-content>
|
||||
|
||||
@@ -66,6 +67,10 @@
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
defaultCc: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
showSelnextUser: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
|
||||
Reference in New Issue
Block a user