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