浏览代码

feat: 客户意见反馈

zhengxy 1 年之前
父节点
当前提交
0f29511c63
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      qwh5/src/views/feedback.vue

+ 1 - 0
qwh5/src/views/feedback.vue

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