fix: bug#11087
This commit is contained in:
parent
cf6b40f438
commit
cf06b77fe1
|
@ -159,7 +159,9 @@ const handleSearch = (e: any) => {
|
||||||
const saveChange = (val: any) => {
|
const saveChange = (val: any) => {
|
||||||
visible.value = false;
|
visible.value = false;
|
||||||
if (val) {
|
if (val) {
|
||||||
|
setTimeout(() => {
|
||||||
rechargeRef.value?.reload();
|
rechargeRef.value?.reload();
|
||||||
|
}, 500)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue