This commit is contained in:
2026-02-05 17:46:01 +08:00
3 changed files with 3 additions and 2 deletions

View File

@@ -499,7 +499,7 @@
"utils.formValidate.09125412-17": ": the option label cannot be duplicated",
"utils.formValidate.09125412-18": ": the quantity is set incorrectly",
"tools.startFlow.09125410-0": "Initiate the process",
"tools.startFlow.09125410-2": "Submit",
"tools.startFlow.09125410-2": "Agree",
"tools.startFlow.09125410-3": "Select the executor of the node",
"tools.startFlow.09125410-4": "The submission was successful",
"tools.FlowNodeFormatData.09125408-0": "Element.status == enumpmprojectstatus. ended && index",

View File

@@ -499,7 +499,7 @@
"utils.formValidate.09125412-17": ":选项标签不能重复",
"utils.formValidate.09125412-18": ":数量设置错误",
"tools.startFlow.09125410-0": "发起流程",
"tools.startFlow.09125410-2": "提交",
"tools.startFlow.09125410-2": "同意",
"tools.startFlow.09125410-3": "请选择节点执行人",
"tools.startFlow.09125410-4": "提交成功",
"tools.FlowNodeFormatData.09125408-0": "element.status == EnumPmProjectStatus.已结束 && index",

View File

@@ -53,6 +53,7 @@ const goPreviewFun = () => {
path: '/spdm/approvalPreview',
query: {
processId: props.processId,
tmp: new Date().getTime(), // 添加时间戳spdmn内监听router强制刷新
},
});
}