Explorar el Código

工单反馈消息刷新

duy hace 2 años
padre
commit
1a6f70908a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/other/order-service.vue

+ 1 - 0
src/views/other/order-service.vue

@@ -485,6 +485,7 @@ const saveClick = async () => {
             //更新数据
             queryUserOpinionPage()
             queryCurrentUserOpinionList()
+              window?.location?.reload()  //刷新页面
         }
     }
 }