浏览代码

工单反馈消息刷新

duy 2 年之前
父节点
当前提交
1a6f70908a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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()  //刷新页面
         }
     }
 }