Selaa lähdekoodia

Merge branch 'newVersion6.0' of http://192.168.2.236:10080/zhouna/newICSS into newVersion6.0

zhangxc 4 vuotta sitten
vanhempi
commit
f759942f9e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;