Explorar el Código

预问诊引用后查体刷新按钮显示与否2984

luolei hace 5 años
padre
commit
e1c69885af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/utils/tools.js

+ 1 - 1
src/utils/tools.js

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