morphone1995 hace 4 años
padre
commit
8532c83c9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/store/actions/print.js

+ 1 - 1
src/store/actions/print.js

@@ -55,7 +55,7 @@ export const clearMrId = (state, action) => {
   const res = Object.assign({}, state);
   res.mrInfo = {
     update: 0,
-    mrId: '',
+    mrId: 'reStart',
     mode: 'patientia',
   };
   return res;