Browse Source

量表计算无结果提示

zhouna 6 years ago
parent
commit
05acdd4c1b
1 changed files with 2 additions and 0 deletions
  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||'计算没有结果返回');
       }
     })
   }