diff --git a/src/components/RichTextModal/index.vue b/src/components/RichTextModal/index.vue index 5baabe2..d4624b3 100644 --- a/src/components/RichTextModal/index.vue +++ b/src/components/RichTextModal/index.vue @@ -17,7 +17,7 @@ @confirm="confirm" > @@ -49,6 +49,7 @@ export default { }, methods: { open({ text, readonly, row, fieldName }) { + console.log("text",text) this.showModal = true this.$nextTick(() => { this.myText = text