Commit 0cf2fe85 authored by 黄奎's avatar 黄奎
parents 8b66de2a 65344a60
...@@ -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