diff --git a/src/i18n/temp/en.json b/src/i18n/temp/en.json index cfeb271..9ac26a7 100644 --- a/src/i18n/temp/en.json +++ b/src/i18n/temp/en.json @@ -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", diff --git a/src/i18n/temp/zh-cn.json b/src/i18n/temp/zh-cn.json index b349edd..87ba009 100644 --- a/src/i18n/temp/zh-cn.json +++ b/src/i18n/temp/zh-cn.json @@ -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", diff --git a/src/spdm/views/preview.vue b/src/spdm/views/preview.vue index df9b01f..83e653b 100644 --- a/src/spdm/views/preview.vue +++ b/src/spdm/views/preview.vue @@ -53,6 +53,7 @@ const goPreviewFun = () => { path: '/spdm/approvalPreview', query: { processId: props.processId, + tmp: new Date().getTime(), // 添加时间戳,spdmn内监听router强制刷新 }, }); }