소스 검색

名称修改

master
suyanyan 1 개월 전
부모
커밋
b7d886cbbb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      SafeCampus.WEB/src/views/userManage/personnel/index.vue

+ 2
- 2
SafeCampus.WEB/src/views/userManage/personnel/index.vue 파일 보기

@@ -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;


불러오는 중...
취소
저장