瀏覽代碼

清空处理

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;