6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
|
import oahttp from "@/utils/oahttp.js";
|
||
|
|
||
|
/**
|
||
|
* 我的公司
|
||
|
*/
|
||
|
export const companyMine = (data) => oahttp.post('/SuYuan/monitorDetail', data)
|