Explorar el Código

去除测试状态日志

liyanbo hace 6 meses
padre
commit
4f09fa3691
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/views/bjdx/coursetype/CourseTypeForm.vue

+ 0 - 3
src/views/bjdx/coursetype/CourseTypeForm.vue

@@ -287,9 +287,6 @@ defineExpose({ open }) // 提供 open 方法,用于打开弹窗
 /** 提交表单 */
 const emit = defineEmits(['success']) // 定义 success 事件,用于操作成功后的回调
 const submitForm = async () => {
-
-  console.log('submitForm', formData.value)
-  return;
   // 校验表单
   await formRef.value.validate()
   // 提交请求