This commit is contained in:
13713575202 2025-06-13 13:49:38 +08:00
parent ae80ff266f
commit 10d2c38831

View File

@ -119,8 +119,6 @@ const formData = ref({
// //
const handleSubmit = async () => { const handleSubmit = async () => {
console.log(formData.value);
debugger;
try { try {
loading.value = true; loading.value = true;
let response; let response;