From f7784e8305975c9a363b1b55e4a929a10a1de442 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sat, 30 Aug 2025 11:38:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E6=8F=90=E4=BA=A4=E4=B8=AD=E7=9A=84=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upnew/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/upnew/index.vue b/pages/upnew/index.vue index 00f28bc..d00dd3b 100644 --- a/pages/upnew/index.vue +++ b/pages/upnew/index.vue @@ -83,15 +83,11 @@ const loading = ref(false) const formRef = ref() const handleSubmit = () => { - console.log(form) - formRef.value.validate((valid: boolean, val: any) => { - console.log('00000----', val) if (valid) { loading.value = true create(form) .then((res) => { - console.log(res) const { code } = res if (code === 0) { // 弹窗提示