Commit caa1b05e authored by youjie's avatar youjie

no message

parent 839e981e
......@@ -551,11 +551,8 @@ export default {
},
data() {
return {
validateIndex: 0,
submiting: true,
order: null,//订单信息
orderKey: "",
isRangeClick: true,
isShowDialog: false,
AddressObj: null,
onCarObj: null,//上车范围
......@@ -577,15 +574,11 @@ export default {
OrderDate: null,//接收产品相关信息
step: 1,
userInfo: {
lastName: "",
firstName: "",
country: 0,
phone: "",
areaCode: "",
mail: "",
},
chosenObj: {},
isUpdateUserInfo: false,
countrys: [],
areaCodes: [],
loading: false,
......@@ -622,7 +615,6 @@ export default {
getBusTime: null,//预约车时间
TotalPeople: 0,//总人数
onoffbus: 1,//1 上车 2下车
ErpOrderId: 0,//erp订单Id
};
},
computed: {
......@@ -711,7 +703,6 @@ export default {
return this.orderKey != "";
},
async submit() {
this.submiting=true
let flag = true
flag = await this.formValidateHandler('baseUserInfo')
if(!flag){
......@@ -722,7 +713,6 @@ export default {
this.SetCarOrder()
return;
}
this.submiting=false
},
async formValidateHandler(formName){
let temp=this.$refs[formName]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment