|
@@ -219,7 +219,6 @@ const onClickSubmit = () => {
|
219
|
219
|
content: params.content,
|
220
|
220
|
attachments: fileList.value && fileList.value.length ? fileList.value.map(f => f.url) : [],
|
221
|
221
|
}).then(res => {
|
222
|
|
- Toast(JSON.stringify(res))
|
223
|
222
|
if (res && res.errno == 0) {
|
224
|
223
|
isShowForm.value = false
|
225
|
224
|
$router.replace('/feedback/success')
|