代码调整

This commit is contained in:
joylink_cuiweidong 2022-05-16 17:47:49 +08:00
parent 5fa8169d43
commit 0353d4dfa2

View File

@ -141,7 +141,7 @@ export default {
result = true;
}
if (this.addModel.tripNumber && result) {
if (this.addModel.right == '') {
if (this.addModel.right === '') {
this.messageTip2 = '请选择上下行';
return;
}