Explorar el Código

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

zhouna hace 5 años
padre
commit
77d1491f29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,    //查体只显示文本
       });