morphone1995 4 سال پیش
والد
کامیت
8532c83c9f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;