fix: 解决授权 IP 为空时无法保存的问题 (#2484)

This commit is contained in:
ssongliu 2023-10-09 19:40:26 +08:00 committed by GitHub
parent 150b1a2590
commit 945f67677f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,8 +71,8 @@ function checkAddress(rule: any, value: any, callback: any) {
}
}
}
callback();
}
callback();
}
const formRef = ref<FormInstance>();