Commit bd7d0171 authored by 黄奎's avatar 黄奎

页面修改

parent 77428188
...@@ -947,7 +947,7 @@ ...@@ -947,7 +947,7 @@
<th width="12%">旅游者签名同意</th> <th width="12%">旅游者签名同意</th>
<th width="100">操作</th> <th width="100">操作</th>
</tr> </tr>
<tr v-for="(item, index) in CtObj.ContractShopList"> <tr v-for="(item, index) in CtObj.ContractShopList" :key="index">
<td> <td>
{{ index + 1 }} {{ index + 1 }}
</td> </td>
......
This diff is collapsed.
...@@ -1023,7 +1023,7 @@ ...@@ -1023,7 +1023,7 @@
return { return {
//选中切换 //选中切换
cked: 1, cked: 1,
IsLoad:0,//是加载行程信息 IsLoad: 0, //是加载行程信息
//参数 //参数
CtObj: { CtObj: {
ID: 0, ID: 0,
...@@ -1452,7 +1452,7 @@ ...@@ -1452,7 +1452,7 @@
} else { } else {
this.CtObj.ContractTripList = []; this.CtObj.ContractTripList = [];
} }
this.IsLoad=1; this.IsLoad = 1;
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
...@@ -1489,10 +1489,8 @@ ...@@ -1489,10 +1489,8 @@
if (this.$route.query.id && this.$route.query.id > 0) { if (this.$route.query.id && this.$route.query.id > 0) {
this.CtObj.ID = this.$route.query.id; this.CtObj.ID = this.$route.query.id;
this.GetData(); this.GetData();
} } else {
else this.IsLoad = 1;
{
this.IsLoad=1;
} }
this.$nextTick(function () { this.$nextTick(function () {
//滚动监听事件 //滚动监听事件
......
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