Commit 2d16dc2a authored by 黄奎's avatar 黄奎

页面修改

parent 727a6c65
...@@ -1904,7 +1904,6 @@ ...@@ -1904,7 +1904,6 @@
getTeamList(){ getTeamList(){
this.apipost("travel_get_GetTravelPriceTeamTypeList", {}, res => { this.apipost("travel_get_GetTravelPriceTeamTypeList", {}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res,'数据');
this.TeamListArr = res.data.data; this.TeamListArr = res.data.data;
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
......
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