Browse Source

平台结算成功后返回上一级

@dongkboy 3 months ago
parent
commit
30428c4e8b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/platform/ticket.vue

+ 3 - 0
src/views/platform/ticket.vue

@@ -543,6 +543,9 @@ const handelComfirm = (formEl: FormInstance | undefined) => {
             type: 'success'
           })
           settlementDialog.value = false
+          setTimeout(() => {
+            router.back()
+          }, 1000)
         } else {
         }
       })