소스 검색

清空处理

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;