Explorar o código

feat: 碳排放bug修改

sunxiao hai 6 meses
pai
achega
69c532700d
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  1. 0 10
      src/views/carbon/components/TheDrawerForm.vue

+ 0 - 10
src/views/carbon/components/TheDrawerForm.vue

@@ -484,16 +484,6 @@ const onReset = () => {
 
 const onSubmit = async (e) => {
   e.preventDefault();
-  const params = formatData();
-  try {
-    await carbonApi.postCarbonSmart(params);
-    onReset();
-    emit('on-submit');
-    message.success("提交成功");
-  } catch (e) {
-    message.error(e.msg, { duration: 3500 });
-  }
-  return
   const isVerifying = !validateTableData();
   formRef.value?.validate(async (errors) => {
     if (!errors) {