Explorar o código

清除时清除掉治疗方案的回访时间列表

zhangxc %!s(int64=6) %!d(string=hai) anos
pai
achega
746f72ab5b
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      src/components/TreatDesc/index.less
  2. 1 0
      src/store/actions/treat.js

+ 1 - 1
src/components/TreatDesc/index.less

@@ -63,7 +63,7 @@
     margin: 0 3px -1px;
     cursor: pointer;
     position: absolute;
-    top: -10px;
+    top: -15px;
 }
 .info-flag {
     display: inline-block;

+ 1 - 0
src/store/actions/treat.js

@@ -20,6 +20,7 @@ export const clearTreat = (state, action) => {
     res.adversReactionList=[];
     res.hasFollowUp = false;
     res.followUp = '';
+    res.followUpList = [];
     return res
 }