From b283c729d9e5da91eb926889a539dc66db8ce895 Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Wed, 29 Mar 2023 17:58:17 +0800 Subject: [PATCH] fix: bug#10938 --- src/components/ValueItem/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/ValueItem/index.vue b/src/components/ValueItem/index.vue index f63df285..09d33c26 100644 --- a/src/components/ValueItem/index.vue +++ b/src/components/ValueItem/index.vue @@ -85,6 +85,7 @@ width="700px" @cancel="modalVis = false" @ok="handleItemModalSubmit" + :zIndex='1100' >
@@ -212,6 +213,10 @@ const dateChange = (e: any) => { myValue.value = props.modelValue +if (props.itemType === 'object') { + objectValue.value = props.modelValue as string +} +