fix: bug fixed
This commit is contained in:
@@ -100,6 +100,7 @@ import { v4 as uuidv4 } from 'uuid';
|
||||
import { usePageState } from '@/store/page_sate.js';
|
||||
import { request } from '@/api/api'
|
||||
import { CONSTANT } from '@/constant'
|
||||
import { CommonUtils } from "@/util/commonUtils.js";
|
||||
|
||||
|
||||
export default defineComponent({
|
||||
|
||||
@@ -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