@@ -743,6 +743,7 @@ const clickSaveData = async () => {
title: "提示",
}).then(async () => {
data.name = emrStore.store.templateName;
+ data.emrDocumentId = await analysisIframeSrcSearch();
const newDate = await getServerDateApi();
const document = editor!.getDocument();
@@ -41,7 +41,7 @@ const TreeShow = defineComponent({
const treeRef = ref(null);
return () => (
- <CyTreeInput treeRef={treeRef}>
+ <CyTreeInput treeRef={treeRef.value}>
{{
default: ({ handelFilter }) => {
return (