This commit is contained in:
XaoLi717 2024-12-16 15:53:19 +08:00
parent 47de00a4c9
commit 03fefaf4b9

View File

@ -225,7 +225,6 @@ const resetForm = () => {
} }
onMounted(async () => { onMounted(async () => {
const id = props.id || queryId const id = props.id || queryId
console.log("id",id)
if (id) { if (id) {
formLoading.value = true formLoading.value = true
try { try {