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

页面修改

parent f88917f0
......@@ -50,7 +50,7 @@
</template>
</template>
<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">
<tr>
<th width="60">
......@@ -214,9 +214,9 @@
{
this.apipost("journeyorder_post_SaveWorkHotelOrderService",newList,
res => {
this.changeLoading = false;
if (res.data.resultCode == 1) {
this.ChangeHotelList = res.data.data;
con
} else {
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