diff --git a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue index 8e19f987..63b5fd48 100644 --- a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue +++ b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue @@ -213,7 +213,7 @@ :type="'select'" :triggerChange="false" :options="optionsData[item.dbFieldName]" - :dictCode="item.fieldHref ? null : item.dictField"/> + :dictCode="item.fieldHref ? null : item.dictField" /> { + const { processInstanceId, draftId, taskId } = this.$route.query + queryStandardECProcessData({ processInstanceId, draftId, taskId }).then(async res => { if (res.success) { const businessData = Object.assign({}, { ...res.result.businessInfoDTO.businessMap }) this.formInline.source = businessData.source