@@ -197,7 +197,7 @@ function handleReportSubmit(item){
showToast('提交成功')
refreshList()
})
- })
+ }).catch(()=>{})
}
//撤销报告
function handleReportCancel(item){
@@ -213,7 +213,7 @@ function handleReportCancel(item){
showToast('撤销成功')
@@ -322,7 +322,7 @@ async function handleReportOpt(e){
if(e==='dsfb'){
showDSFBTime.value=true
- if(e==='subumit'){
+ if(e==='submit'){
handleReportSubmit()