修改预约用车判断
This commit is contained in:
parent
fb0e8b09c6
commit
365ca0cb0b
@ -271,10 +271,10 @@ const handleApply = () => {
|
||||
ElMessage.error('请填写卸货地址');
|
||||
return;
|
||||
}
|
||||
if (form.date === '') {
|
||||
ElMessage.error('请选择预约用车时间');
|
||||
return;
|
||||
}
|
||||
// if (form.date === '') {
|
||||
// ElMessage.error('请选择预约用车时间');
|
||||
// return;
|
||||
// }
|
||||
router.push({
|
||||
name: 'logistics-dispatch',
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user