From 8801e2abf43a6ad87c773f5aa7700e673f9cf21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 30 Jan 2024 13:57:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E5=85=A5=E5=BA=93/=E5=8F=98=E6=9B=B4=E6=B5=81=E7=A8=8B-?= =?UTF-8?q?=E9=9B=B6=E9=83=A8=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StandardEntryOrChangeProcess.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue index 0ced591d..6f2d6249 100644 --- a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue +++ b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue @@ -265,6 +265,7 @@ @nameChange="treeSelectNameChange" :filedName="item.dbFieldName" type="checkbox" + :options-href="item.fieldHref" :nameStr="formInline[item.dbFieldName + '_dictText']" :dict-id="item.dictId" :disabled="disabled || disabledFieldList.includes(item.dbFieldName)" />