|
@@ -378,6 +378,8 @@ export default {
|
|
|
if (res.confirm) {
|
|
|
orderCancel(order_id)
|
|
|
.then(res => {
|
|
|
+ that.orderList = [];
|
|
|
+ that.getOrderList()
|
|
|
return that.$util.Tips({
|
|
|
title: res.msg,
|
|
|
icon: 'success'
|
|
@@ -410,6 +412,7 @@ export default {
|
|
|
if (res.confirm) {
|
|
|
postUserOrderRefund({ id: orderId })
|
|
|
.then(res => {
|
|
|
+ that.orderList = [];
|
|
|
that.getOrderList()
|
|
|
return that.$util.Tips({
|
|
|
title: "申请成功",
|
|
@@ -489,6 +492,7 @@ export default {
|
|
|
* 获取订单列表
|
|
|
*/
|
|
|
getOrderList: function () {
|
|
|
+ console.log("wojinlail");
|
|
|
let that = this;
|
|
|
if (that.loadend) return;
|
|
|
if (that.loading) return;
|