From ca8902f2bcee657f6ff56b34a28c3d447e052b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 16 Jan 2024 11:03:24 +0800 Subject: [PATCH] fix 80068 --- .../StandardConsultationProcess.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }) + } }, /** * 选择标准文本