fix: bug fixed
This commit is contained in:
@@ -112,6 +112,7 @@ export default defineComponent({
|
||||
const rsp = await request.post('/sendways/add', postData);
|
||||
if (await rsp.data.code == 200) {
|
||||
handleCancer();
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user