8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
![]() |
import oahttp from "@/utils/oahttp.js";
|
||
|
|
||
|
/**
|
||
|
* 新增档案
|
||
|
*/
|
||
|
export const informationAdd = (data) => oahttp.post('/information/add', data)
|
||
|
|