统计信息处理

main
limingtao 11 months ago
parent 5142641b06
commit b1a2884fb7
  1. 30
      pages/investigation/task.vue

@ -1389,21 +1389,21 @@
} }
}, },
bottomButtonTwo() { bottomButtonTwo() {
// if(!this.formData.roadType){ if(!this.formData.roadType){
// return this.$.toast(""); return this.$.toast("请输入道路类型");
// } }
// if(!this.formData.roadWidth){ if(!this.formData.roadWidth){
// return this.$.toast(""); return this.$.toast("请输入道路宽度");
// } }
// if(!this.formData.laneCount){ if(!this.formData.laneCount){
// return this.$.toast(""); return this.$.toast("请输入车道数");
// } }
// if(!this.formData.designSpeed){ if(!this.formData.designSpeed){
// return this.$.toast(""); return this.$.toast("请输入设计时速");
// } }
// if(!this.formData.limitSpeed){ if(!this.formData.limitSpeed){
// return this.$.toast(""); return this.$.toast("请输入限速");
// } }
this.isEdit = false; this.isEdit = false;
this.active = 2; this.active = 2;
}, },

Loading…
Cancel
Save