diff --git a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue index 9cf59951..8312fa8e 100644 --- a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue +++ b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue @@ -77,7 +77,6 @@ @@ -900,6 +899,12 @@ export default { delete this.basicServiceInfo.standardTextFileName delete this.basicServiceInfo.standardText delete this.basicServiceInfo.standardTextFileId + // 标准编号、标准名称都有的情况下生成流程名称 + if (standard.standardNumber && standard.standardName) { + this.processInfoForm.setFieldsValue({ processName: `${standard.standardNumber}-${standard.standardName}-征求意见` }) + } else { + this.processInfoForm.setFieldsValue({ processName: null }) + } }, /** * 选择标准文本