hookehuyr

fix

<!--
* @Date: 2024-07-12 13:28:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-01 17:00:57
* @LastEditTime: 2024-08-01 17:07:24
* @FilePath: /data-table/src/components/TEditor/index.vue
* @Description: 文件描述
-->
......@@ -236,7 +236,7 @@ const tinymceOptions = {
// document.getElementById(editor.id).click();
// });
// 初始化实例
tinymce.activeEditor.setContent(props.table_html);
handleSetContent(props.table_html)
},
}
......
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-01 16:50:57
* @LastEditTime: 2024-08-01 17:08:10
* @FilePath: /data-table/src/components/TableField/index.vue
* @Description: 文件描述
-->
......@@ -60,7 +60,7 @@ onMounted(() => {
table_html.value = props.item.component_props.default;
//
props.item.value = {
key: "table",
key: "table_editor",
filed_name: props.item.key,
value: props.item.component_props.default,
};
......