Commit bd7d0171 authored by 黄奎's avatar 黄奎

页面修改

parent 77428188
......@@ -947,7 +947,7 @@
<th width="12%">旅游者签名同意</th>
<th width="100">操作</th>
</tr>
<tr v-for="(item, index) in CtObj.ContractShopList">
<tr v-for="(item, index) in CtObj.ContractShopList" :key="index">
<td>
{{ index + 1 }}
</td>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1023,7 +1023,7 @@
return {
//选中切换
cked: 1,
IsLoad:0,//是加载行程信息
IsLoad: 0, //是加载行程信息
//参数
CtObj: {
ID: 0,
......@@ -1452,7 +1452,7 @@
} else {
this.CtObj.ContractTripList = [];
}
this.IsLoad=1;
this.IsLoad = 1;
} else {
this.Error(res.data.message);
}
......@@ -1489,10 +1489,8 @@
if (this.$route.query.id && this.$route.query.id > 0) {
this.CtObj.ID = this.$route.query.id;
this.GetData();
}
else
{
this.IsLoad=1;
} else {
this.IsLoad = 1;
}
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