WXL (wul)
昨天 64aba591ee30c2c31953a852fe6a95db79fc0070
src/api/AiCentre/satisfaction.js
@@ -19,5 +19,12 @@
    data: data
  });
}
// 缓存问卷
export function WLgetDept(orgid) {
  return request({
    url: "/getDept/" + orgid,
    method: "get",
  });
}