Browse Source

影像资料保存后刷新页面

duy 2 năm trước cách đây
mục cha
commit
df952e4546
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/other-file/image-form.vue

+ 3 - 0
src/views/other-file/image-form.vue

@@ -434,6 +434,9 @@ const toBackClick = () => {
             id: classifyId,
         }
     })
+    setTimeout(()=>{
+        window?.location?.reload()  //刷新页面
+    },1000)
 }
 
 //左右拖动,改变树形结构宽度