统计信息处理

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

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

Loading…
Cancel
Save