'考试管理人员管理'
This commit is contained in:
@ -93,6 +93,7 @@ const close = () => {
|
||||
}
|
||||
|
||||
const open = (row = {}, type = 'add') => {
|
||||
FormRef.value?.reset()
|
||||
disabled.value = false
|
||||
dialogVisible.value = true
|
||||
formData.value = { ...row }
|
||||
|
||||
Reference in New Issue
Block a user