jeecgBootUniapp/src/api/plan/index.ts

11 lines
218 B
Vue
Raw Normal View History

2025-07-24 09:23:59 +00:00
import { http } from '@/utils/http';
/*通过id查询公文数据*/
export function queryByIdBpm(id : string) {
return http({
url: '/cxcjhcwjswxjh/cxcJhcwJswxjh/queryByIdBpm',
method: 'GET',
data: { id }
})
}