research update
This commit is contained in:
@ -31,7 +31,7 @@ const submitForm = async () => {
|
||||
if (!agentFormRef.value) return
|
||||
const valid = await agentFormRef.value.validateForm()
|
||||
if (valid) {
|
||||
// TODO: submit laboratory
|
||||
// TODO: submit agent
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user