Browse Source

feat: 客户意见反馈

zhengxy 1 year ago
parent
commit
0f29511c63
1 changed files with 1 additions and 0 deletions
  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 {