This commit is contained in:
qsh
2024-12-03 16:05:36 +08:00
parent 3db8be1280
commit 30655c4219
7 changed files with 72 additions and 19 deletions

View File

@@ -431,6 +431,7 @@ async function handleSealup(row) {
grantIdList: row.userSalaryGrantRespVOList.map((it) => it.grantId),
period: row.period
})
message.success('封存成功!')
// 刷新列表
await getList()
} catch (err) {