浏览代码

fix(controller): 多层等差弯计算BUG

xiansin 3 年之前
父节点
当前提交
b38bd70722
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      pages/formula/duochengdengwan.vue

+ 0 - 4
pages/formula/duochengdengwan.vue

xqd
@@ -121,10 +121,6 @@
                     this.$u.toast('请输入边高');
                     return
                 }
-                if(!this.formData.xiebian){
-                    this.$u.toast('请输入起弯');
-                    return
-                }
                 this.initRules();
 
                 this.formData.angle = parseFloat(this.formData.angle);