OfficeApp/api/information.js

8 lines
144 B
JavaScript
Raw Normal View History

2023-07-28 17:46:21 +08:00
import oahttp from "@/utils/oahttp.js";
/**
* 新增档案
*/
export const informationAdd = (data) => oahttp.post('/information/add', data)