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) { // 弹窗提示