fix: 格式问题

Signed-off-by: fessor <352475718@qq.com>
This commit is contained in:
fessor 2023-03-27 02:12:18 +00:00 committed by Gitee
parent 6ce9ab875c
commit d9e79250e2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 4 additions and 4 deletions

View File

@ -220,4 +220,4 @@ const cancel = () => {
defineExpose({ defineExpose({
resetForm resetForm
}) })
</script> </script>

View File

@ -150,4 +150,4 @@ const closeDialog = () => {
const submitFileForm = () => { const submitFileForm = () => {
uploadRef.value?.submit() uploadRef.value?.submit()
} }
</script> </script>

View File

@ -87,4 +87,4 @@ const submit = async () => {
} }
</script> </script>
<style></style> <style></style>

View File

@ -41,4 +41,4 @@ export const parseTime = (time) => {
return value || 0 return value || 0
}) })
return time_str return time_str
} }