jiangping
2024-07-26 7842252d3e9dd4e5cdb84ed26cd03e0bba6008c1
wechat_staff/api/index.js
@@ -324,3 +324,11 @@
    data
  })
}
export const refreshEnjoy = (obj) =>{
  let child = obj.selectComponent('.buoyClient');
  // 调用子组件中定义的方法
  if(child){
    child.freshData();
  }
}