Commit 09ffcfff authored by 黄奎's avatar 黄奎

页面修改

parent f88917f0
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</template> </template>
</template> </template>
<template v-else> <template v-else>
<el-popover width="650" trigger="click" popper-class="Bus_HotelPop"> <el-popover width="650" trigger="click" popper-class="Bus_HotelPop" style="display:none;">
<table v-loading="changeLoading"> <table v-loading="changeLoading">
<tr> <tr>
<th width="60"> <th width="60">
...@@ -214,9 +214,9 @@ ...@@ -214,9 +214,9 @@
{ {
this.apipost("journeyorder_post_SaveWorkHotelOrderService",newList, this.apipost("journeyorder_post_SaveWorkHotelOrderService",newList,
res => { res => {
this.changeLoading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.ChangeHotelList = res.data.data; con
} 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