Browse Source

量表计算无结果提示

zhouna 6 năm trước cách đây
mục cha
commit
05acdd4c1b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/components/ScaleTable/index.jsx

+ 2 - 0
src/components/ScaleTable/index.jsx

@@ -153,6 +153,8 @@ class ScaleTable extends React.Component{
         that.setState({
           scaleResult1:res.data.data
         })
+      }else{
+        Notify.error(res.data.msg||'计算没有结果返回');
       }
     })
   }