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