Kaynağa Gözat

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

xiansin 3 yıl önce
ebeveyn
işleme
b38bd70722
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  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);