From e4ce1885f81fd5e7dd6cc121ce73312c4ee40c0c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 24 Nov 2022 17:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppGetewayRegister/getewayAdd.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue index 46e7d68..c4afdba 100644 --- a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue +++ b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue @@ -571,7 +571,7 @@ export default { // } if (!this.startAreaId) { - return this.$toast('请选择出发地') + return this.$toast('请选择从哪来') } if (this.startAreaId.substr(4,this.startAreaId.length - 4) === '00000000') { @@ -595,7 +595,7 @@ export default { // } if (!this.form.arriveAreaName) { - return this.$toast('请选择目的地') + return this.$toast('请选择到哪去') } if (this.form.arriveAreaId.substr(this.form.arriveAreaId.length - 3, 3) === '000') {