Commit 48e091916a79065687553d661e997e94a52a4fbb
1 parent
6e6d3fc9
车辆管理,物理删除改为逻辑删除
Showing
1 changed file
with
1 additions
and
1 deletions
trash-ui/src/views/unit/carInfo/info.vue
| ... | ... | @@ -687,7 +687,7 @@ export default { |
| 687 | 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 | 691 | return this.$message({ |
| 692 | 692 | message: '请选择车辆体积!', |
| 693 | 693 | type: 'warning' | ... | ... |