mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 10:22:02 +08:00
fix: missing param
This commit is contained in:
@@ -107,7 +107,7 @@ function handleSubAdd(row: Recordable<any>) {
|
||||
}
|
||||
|
||||
async function handleEdit(record: Recordable<any>) {
|
||||
drawerApi.setData({ id: record.menuId });
|
||||
drawerApi.setData({ id: record.menuId, update: true });
|
||||
drawerApi.open();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user