Browse Source

Merge remote-tracking branch 'origin/groupType' into testedMerge

zhouna 5 năm trước cách đây
mục cha
commit
77d1491f29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/tools.js

+ 1 - 1
src/utils/tools.js

@@ -241,7 +241,7 @@ const pushAllDataList =(whichSign,action,reData,type) =>{           //回读清
       });
       store.dispatch({
           type: SET,
-          isEmpty:false,
+          isEmpty:reData.checkBody?false:true,
           data:reData.checkBody,
           isText:true,    //查体只显示文本
       });