merge
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -53,6 +53,7 @@ const goPreviewFun = () => {
|
||||
path: '/spdm/approvalPreview',
|
||||
query: {
|
||||
processId: props.processId,
|
||||
tmp: new Date().getTime(), // 添加时间戳,spdmn内监听router强制刷新
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user