ren
This commit is contained in:
@@ -291,7 +291,6 @@ const changeState = (row: any, val: number) => {
|
||||
} else if (val === -2) {
|
||||
// 驳回
|
||||
const newRow = JSON.parse(JSON.stringify(row))
|
||||
newRow.realName = newRow.teacherName
|
||||
backReasonRef.value?.init(newRow, 'honor')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user