Commit 48e091916a79065687553d661e997e94a52a4fbb

Authored by 2c2c2c
1 parent 6e6d3fc9

车辆管理,物理删除改为逻辑删除

trash-ui/src/views/unit/carInfo/info.vue
@@ -687,7 +687,7 @@ export default { @@ -687,7 +687,7 @@ export default {
687 type: 'warning' 687 type: 'warning'
688 }); 688 });
689 } 689 }
690 - if(this.form.containerVolume!=null&&this.form.containerVolume!==""){ 690 + if(this.form.containerVolume==null&&this.form.containerVolume===""){
691 return this.$message({ 691 return this.$message({
692 message: '请选择车辆体积!', 692 message: '请选择车辆体积!',
693 type: 'warning' 693 type: 'warning'