feat(部门管理): 重设密码添加

This commit is contained in:
sheng
2023-10-10 15:44:13 +08:00
parent 084d1c0c3e
commit 6f15c2f669
4 changed files with 78 additions and 8 deletions

View File

@@ -103,6 +103,7 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
},
click: (ctx: any) => {
const { row } = ctx;
context?.handleResetPwdOpen(row);
},
},
},