perf: 调整

This commit is contained in:
rd
2025-07-25 17:53:51 +08:00
parent 7de872c57a
commit db523230b9

View File

@ -346,7 +346,7 @@ const onBatchSuccess = () => {
getData(); getData();
}; };
const handleOpenAbnormalAccount = () => { const handleOpenAbnormalAccount = () => {
query.value.status = 2; query.value.status = 3;
reload(); reload();
}; };