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') {