🐘更正同步域提示信息
This commit is contained in:
parent
65f46bb755
commit
747dbf39e6
@ -224,7 +224,7 @@ const gridEvents: VxeGridListeners<SysLdap> = {
|
||||
|
||||
// 同步域账户
|
||||
const handleSync = (row: any) => {
|
||||
ElMessageBox.confirm(`确定要删除域登录信息配置:【${row.host}】?`, '提示', {
|
||||
ElMessageBox.confirm(`确定要同步域登录信息配置:【${row.host}】?`, '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning',
|
||||
@ -232,7 +232,7 @@ const handleSync = (row: any) => {
|
||||
.then(async () => {
|
||||
await getAPI(SysLdapApi).apiSysLdapSyncUserPost({ id: row.id });
|
||||
handleQuery();
|
||||
ElMessage.success('删除成功');
|
||||
ElMessage.success('同步成功');
|
||||
})
|
||||
.catch(() => {});
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user