优化

上级 d5aa1f3c
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</el-pagination> </el-pagination>
</div> </div>
</el-card> </el-card>
<el-dialog title="订单详情" width="85%" :close-on-click-modal="false" :destroy-on-close="true" :visible.sync="detailDialog" center> <el-dialog title="订单详情" width="85%" :close-on-click-modal="false" :destroy-on-close="true" :visible.sync="detailDialog" center :before-close="handleClose">
<div style="height:100%;"> <div style="height:100%;">
<order-detail :order-detail="order_detail" :express-lists="expressLists"/> <order-detail :order-detail="order_detail" :express-lists="expressLists"/>
</div> </div>
...@@ -234,6 +234,10 @@ ...@@ -234,6 +234,10 @@
this.resetBtn(false) this.resetBtn(false)
this.getListOrder() this.getListOrder()
}, },
handleClose() {
this.detailDialog = false
this.getListOrder()
},
// 获取订单列表 // 获取订单列表
getListOrder() { getListOrder() {
this.tableData = [] this.tableData = []
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论