|
|
@@ -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 {
|