UPDATE: 优化
This commit is contained in:
@@ -208,11 +208,11 @@ const openDialog = () => {
|
||||
dialogVisible.value = true
|
||||
}
|
||||
const beforeClose = (done: Function) => {
|
||||
applicationFormRef.value.resetFields()
|
||||
applicationFormRef.value?.resetFields()
|
||||
done()
|
||||
}
|
||||
const cancel = () => {
|
||||
applicationFormRef.value.resetFields()
|
||||
applicationFormRef.value?.resetFields()
|
||||
dialogVisible.value = false
|
||||
}
|
||||
const submitActivation = async () => {
|
||||
|
||||
Reference in New Issue
Block a user