|
|
@@ -227,7 +227,7 @@ const RefreshTable = () => { |
|
|
|
/** 更多下拉菜单命令枚举 */ |
|
|
|
enum cmdEnum { |
|
|
|
AddFace = "添加人脸", |
|
|
|
UnderpantsUnBinding = "底库解绑" |
|
|
|
UnderpantsUnBinding = "班级解绑" |
|
|
|
} |
|
|
|
/** 下拉菜单参数接口 */ |
|
|
|
interface Command { |
|
|
@@ -257,7 +257,7 @@ function handleCommand(command: Command) { |
|
|
|
personId:command.row.personId, |
|
|
|
personSetId: command.row.personSetId |
|
|
|
}).then(res=>{ |
|
|
|
ElMessage.success('底库解绑成功'); |
|
|
|
ElMessage.success('班级解绑成功'); |
|
|
|
RefreshTable() |
|
|
|
}) |
|
|
|
break; |
|
|
|