pengjingzhao 3 mesi fa
parent
commit
5ada960102
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {