From 8e7223747438eb874ecf46988a72851ccdb58287 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 17:12:59 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- api/qiye.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/api/qiye.js b/api/qiye.js new file mode 100644 index 0000000..f77b380 --- /dev/null +++ b/api/qiye.js @@ -0,0 +1,16 @@ +import Vue from 'vue'; +import { config } from '@/common/config.js' +const http = uni.$u.http + +// 浼佷笟璇︽儏 +export function company(id){ + return http.get('/system/company/'+id, { custom: { loading: true }}); +} +// 鎵ф硶璁板綍鍒楄〃 +export function companyList(data){ + return http.get('/enforce/order/companyList', {params: data}, { custom: { loading: true }}); +} +// 鎵ф硶璁板綍璇︽儏 +export function order(id){ + return http.get('/enforce/order/'+id, { custom: { loading: true }}); +} \ No newline at end of file -- Gitblit v1.9.1