This commit is contained in:
pushuo 2022-09-10 20:45:43 +08:00 committed by Edward Yang
parent 9ec42fb6f7
commit 2ab8ba876b
1 changed files with 3 additions and 2 deletions

View File

@ -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();
});
})
});
}