cxmo 1 year ago
parent
commit
06975a67c2
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/views/report/List.vue
  2. 1 1
      src/views/reportEn/AddReport.vue

+ 2 - 2
src/views/report/List.vue

@@ -197,7 +197,7 @@ function handleReportSubmit(item){
             showToast('提交成功')
             refreshList()
         })
-    })
+    }).catch(()=>{})
 }
 //撤销报告
 function handleReportCancel(item){
@@ -213,7 +213,7 @@ function handleReportCancel(item){
             showToast('撤销成功')
             refreshList()
         })
-    })
+    }).catch(()=>{})
 }
 
 

+ 1 - 1
src/views/reportEn/AddReport.vue

@@ -322,7 +322,7 @@ async function handleReportOpt(e){
     if(e==='dsfb'){
         showDSFBTime.value=true
     }
-    if(e==='subumit'){
+    if(e==='submit'){
         handleReportSubmit()
     }
 }