Browse Source

清除诊断

luolei 4 năm trước cách đây
mục cha
commit
6fda167b29
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/store/reducers/diagnosticList.js

+ 1 - 0
src/store/reducers/diagnosticList.js

@@ -104,6 +104,7 @@ export default function (state=initState, action) {
         let newState = Object.assign({}, state);
         newState.diagnosticStr = '';
         newState.diagnosticList = [];
+        newState.diseaseName = {};
         newState.diagnosticStrNoType = '';
         return newState;
       default: