This commit is contained in:
guochunsi
2026-01-07 16:32:29 +08:00
parent 395da35a1a
commit bb06c81997
5 changed files with 10 additions and 10 deletions

View File

@@ -188,7 +188,7 @@ import { useDict } from '/@/hooks/dict'
import { getTeacherCertificateList } from '/@/api/professional/rsbase/professionalteachercertificateconf'
import {
fetchList,
putObj,
examObj,
delObj,
exportExcel
} from '/@/api/professional/professionaluser/professionalteachercertificaterelation'
@@ -294,7 +294,7 @@ const changeState = (row: any, val: number) => {
const str = '通过'
messageBox.confirm(`是否确认${str}${row.realName}的申请`).then(async () => {
try {
await putObj({
await examObj({
id: row.id,
state: val
})