优化售后订单更新刷新页面 -> https://guangdagit.com/beike/beikeshop/issues/242
This commit is contained in:
parent
9ec42fb6f7
commit
2ab8ba876b
|
|
@ -129,8 +129,9 @@
|
|||
}
|
||||
|
||||
$http.post(`rmas/history/${this.rma.id}`,this.form).then((res) => {
|
||||
console.log(res)
|
||||
layer.msg(res.message);
|
||||
layer.msg(res.message, {time: 1000}, ()=> {
|
||||
window.location.reload();
|
||||
});
|
||||
})
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue