!16 feat(xispeak): 更新流程发起默认FORM_URL参数及节点权限配置

* feat(xispeak): 更新流程发起默认FORM_URL参数及节点权限配置
This commit is contained in:
new_new_new
2026-06-02 08:43:08 +00:00
parent db5ef4273d
commit 0dc688f797
2 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
const FLOW_NAME = '习总书记重要讲话指示批示';
const FLOW_CODE_JBR = 'bg_xi_speak_fb_01';
const BUSINESS_TABLE_NAME = 'bg_xi_speak';
const FORM_URL = 'bg/xispeak/components/BgXiSpeakBPMForm';
const FORM_URL = 'bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=0&showFeedbackInfo=1&showJiJianFields=1';
const [registerBpmModal, { openModal: bpmPicModal }] = useModal();
const { createMessage } = useMessage();