pengjingzhao 3 月之前
父节点
当前提交
5ada960102
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/mz-emr/emr-v2/index.tsx

+ 1 - 1
src/views/mz-emr/emr-v2/index.tsx

@@ -389,7 +389,7 @@ export const useMzEmrStore = () => {
         if (store.currentEditParams.emrDocumentId === null) {
           BizException(ExceptionEnum.MESSAGE_ERROR, "请先选择病历");
         }
-        await tmpEmrFun.unConnectDialog();
+        // await tmpEmrFun.unConnectDialog();
         store.isSave = true;
 
         try {