Browse Source

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

zhangxc 6 năm trước cách đây
mục cha
commit
746f72ab5b
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
 }