Browse Source

fix:组件激活时刷新页面

ly 9 tháng trước cách đây
mục cha
commit
e7507a9663
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/business/collect/detail/collectDetail.vue

+ 3 - 1
src/views/business/collect/detail/collectDetail.vue

@@ -271,7 +271,9 @@ onMounted(() => {
   getList();
   listTasks();
 });
-
+onActivated(()=>{
+  getList();
+})
 </script>
 <style scoped>