yxh
sendo
2025-09-29 c726f0a0d060e4c73af878aaa20bc353dc886852
src/api/AiCentre/satisfaction.js
@@ -19,5 +19,12 @@
    data: data
  });
}
// 缓存问卷
export function WLgetDept(orgid) {
  return request({
    url: "/getDept/" + orgid,
    method: "get",
  });
}