Browse Source

no message

xiaochan 9 months ago
parent
commit
142f96360c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/settings/test/emr-test/index.vue

+ 1 - 2
src/views/settings/test/emr-test/index.vue

@@ -2,13 +2,12 @@
 import { useEmrInit } from "@/utils/emr/emr-init-v2";
 import { getDetail } from "@/api/jian-yan-jie-kou/jian-yan-jie-kou";
 import { EditType } from "@/utils/emr/edit";
-import { useEmrJianYan } from "@/utils/emr/plugins";
 
 const divRef = ref();
 
 let editor: EditType;
 
-const jianYan = useEmrJianYan();
+const jianYan = {};
 
 function 插入(id) {
   getDetail(id).then(res => {