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

页面修改

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