fix: bug#10938

This commit is contained in:
xieyonghong 2023-03-29 17:58:17 +08:00
parent 81f7e58c01
commit b283c729d9
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,7 @@
width="700px"
@cancel="modalVis = false"
@ok="handleItemModalSubmit"
:zIndex='1100'
>
<div style="width: 100%; height: 300px">
<JMonacoEditor v-model:modelValue="objectValue" />
@ -212,6 +213,10 @@ const dateChange = (e: any) => {
myValue.value = props.modelValue
if (props.itemType === 'object') {
objectValue.value = props.modelValue as string
}
</script>
<style lang="less" scoped></style>