Commit 65344a60 authored by youjie's avatar youjie

no message

parent 5f6086d5
...@@ -338,7 +338,6 @@ ...@@ -338,7 +338,6 @@
} }
} }
if (this.isSubmit) { if (this.isSubmit) {
this.isSubmit = false;
this.SaveData(SaveType); this.SaveData(SaveType);
} }
}, },
...@@ -445,6 +444,7 @@ ...@@ -445,6 +444,7 @@
} }
basicData.TeamType = this.TeamType; basicData.TeamType = this.TeamType;
basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel; basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel;
this.isSubmit = false;
this.apipost( this.apipost(
"travel_post_SetTravelConfigInfo", "travel_post_SetTravelConfigInfo",
basicData, basicData,
......
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