@@ -220,6 +220,7 @@ const onClickSubmit = () => {
attachments: fileList.value && fileList.value.length ? fileList.value.map(f => f.url) : [],
}).then(res => {
if (res && res.errno == 0) {
+ Toast.clear()
isShowForm.value = false
$router.replace('/feedback/success')
} else {