refactor: 优化部分代码

This commit is contained in:
2024-11-18 20:37:38 +08:00
parent f702e03124
commit 901213d133
16 changed files with 110 additions and 97 deletions

View File

@@ -123,7 +123,7 @@ const onAdd = () => {
// 修改
const onUpdate = (record: NoticeResp) => {
router.push({ path: '/system/notice/add', query: { id: record.id, type: 'edit' } })
router.push({ path: '/system/notice/add', query: { id: record.id, type: 'update' } })
}
// 详情