@dongkboy 2 сар өмнө
parent
commit
19a6c74536

+ 2 - 2
src/views/platform/ticket.vue

@@ -559,7 +559,7 @@ const handelComfirm = (formEl: FormInstance | undefined) => {
             }, 1000)
           }else{
             setTimeout(() => {
-              router.load()
+              window.location.reload()
             }, 1000)
           }
         } else {
@@ -717,4 +717,4 @@ defineExpose({
     color: #ccc;
   }
 }
-</style>
+</style>