duy 2 tahun lalu
induk
melakukan
a76228dbd5
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/views/archives/bookmark.vue

+ 1 - 0
src/views/archives/bookmark.vue

@@ -193,6 +193,7 @@ const addModalClick = async(type) => {
     //console.log(res);
     if (code == 200) {
         window.$message?.success('修改成功')
+        window?.location?.reload()  //刷新页面
     }
 
 }