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

页面修改

parent ea9772d7
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
{{lItem.UseTimeStr}} {{lItem.UseTimeStr}}
</td> </td>
<td style="width:280px;"> <td style="width:280px;">
<el-checkbox :checked="subItem.IsChecked" @change="MoreUpdate(subItem)">{{subItem.NewHotelName}}</el-checkbox> <el-checkbox v-model="subItem.IsChecked" @change="MoreUpdate(subItem)">{{subItem.NewHotelName}}</el-checkbox>
</td> </td>
</tr> </tr>
</template> </template>
...@@ -605,7 +605,6 @@ ...@@ -605,7 +605,6 @@
methods: { methods: {
MoreUpdate(subItem) MoreUpdate(subItem)
{ {
subItem.IsChecked=!subItem.IsChecked;
this.IsMoreUpdate=1; this.IsMoreUpdate=1;
}, },
//付款方式切换 //付款方式切换
...@@ -764,6 +763,7 @@ ...@@ -764,6 +763,7 @@
subItem.ContractUrl=fileUrl; subItem.ContractUrl=fileUrl;
} }
subItem.IsChecked=false; subItem.IsChecked=false;
this.$forceUpdate();
}); });
}); });
this.isShowPiliangPop=false; this.isShowPiliangPop=false;
...@@ -772,6 +772,11 @@ ...@@ -772,6 +772,11 @@
{ {
this.list[this.checkedIndex].HotelOrderList[this.checkedsubIndex].ContractUrl = fileUrl; this.list[this.checkedIndex].HotelOrderList[this.checkedsubIndex].ContractUrl = fileUrl;
} }
// this.list.forEach((sItem,sIndex)=>{
// sItem.HotelOrderList.forEach((subItem,subIndex)=>{
// subItem.IsChecked=false;
// });
// });
this.IsMoreUpdate=0; this.IsMoreUpdate=0;
this.$forceUpdate() this.$forceUpdate()
}) })
......
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