Commit 6093879b authored by 黄奎's avatar 黄奎

页面修改

parent 299e6a31
...@@ -569,7 +569,7 @@ ...@@ -569,7 +569,7 @@
flightList: [], flightList: [],
}, },
addGoFlight: {}, addGoFlight: {},
AirportNameList: [], AirportNameList: [],
BackAirportNameList: [], BackAirportNameList: [],
airlineList: [], airlineList: [],
...@@ -693,9 +693,7 @@ ...@@ -693,9 +693,7 @@
item["disabled"] = false; item["disabled"] = false;
item.Address = item.Address.split(",").join(""); item.Address = item.Address.split(",").join("");
}); });
this.friendList = res.data.data.pages.pageData; this.friendList = res.data.data.pages.pageData;
} else { } else {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
......
...@@ -157,8 +157,8 @@ ...@@ -157,8 +157,8 @@
</div> </div>
</div> </div>
<el-dialog class="app-attachment-dialog" width="900" :title="dialogTitle" :visible.sync="isShowEditTeamDialog" <el-dialog class="app-attachment-dialog" width="900" :title="dialogTitle" :visible.sync="isShowEditTeamDialog"
:close-on-click-modal="false"> :close-on-click-modal="false" >
<editTeamInfo :Q_GTeamId="GTeamId" @success="refreshPage"></editTeamInfo> <editTeamInfo v-if="isShowEditTeamDialog" :Q_GTeamId="GTeamId" @success="refreshPage"></editTeamInfo>
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
...@@ -226,6 +226,7 @@ ...@@ -226,6 +226,7 @@
}, },
}, },
methods: { methods: {
//新增修改包机团 //新增修改包机团
editTeam(item) { editTeam(item) {
if (item) { if (item) {
......
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