jeecgBootUniapp/src/api/plan/index.ts
2025-07-24 17:23:59 +08:00

11 lines
218 B
Vue

import { http } from '@/utils/http';
/*通过id查询公文数据*/
export function queryByIdBpm(id : string) {
return http({
url: '/cxcjhcwjswxjh/cxcJhcwJswxjh/queryByIdBpm',
method: 'GET',
data: { id }
})
}