修复前端的符号错误

This commit is contained in:
lin
2025-03-31 18:01:34 +08:00
parent 91c9bc4fe3
commit e76d25816a
3 changed files with 17 additions and 14 deletions

View File

@@ -86,9 +86,9 @@ export default {
showClose: true,
message: error
})
}).finally(()=>[
}).finally(()=>{
this.locading = false
])
})
}else {
this.$axios({
method: 'post',
@@ -113,9 +113,9 @@ export default {
showClose: true,
message: error
})
}).finally(()=>[
}).finally(()=>{
this.locading = false
])
})
}
},