Commit 91ba371c authored by van.chen's avatar van.chen

调整倾斜范围20

parent cb8feed6
......@@ -109,7 +109,7 @@ export class ProProfileAdvancedComponent implements OnInit {
this.handle(res, () => {
if (res && res.towerNo) {
this.base = res;
this.base.tiltWarn = (res.tilt && Number(res.tilt) < 10 && Number(res.tilt) > -10) || res.tilt === 'N/A' ? true : false;
this.base.tiltWarn = (res.tilt && Number(res.tilt) < 20 && Number(res.tilt) > -20) || res.tilt === 'N/A' ? true : false;
} else {
this.message.error(res.message);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment