From 3f5c26fb4d8063560eb342cb5ea02ffc215d80ab Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Sat, 25 May 2024 22:34:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/request.js | 4 +- api/task.js | 2 +- components/form/ProcessIndex.vue | 13 +- components/form/sub/ProcessSelect.vue | 1 + unpackage/dist/dev/app-plus/app-service.js | 257 +++++++++++---------- 5 files changed, 152 insertions(+), 125 deletions(-) diff --git a/api/request.js b/api/request.js index 53b4cc3..6fbe8e6 100644 --- a/api/request.js +++ b/api/request.js @@ -13,8 +13,8 @@ //export const BASE_URL = "http://106.13.16.28:10000" // 生产环境 -export const BASE_URL = "http://42.180.188.17:9809" // 鞍钢正式环境 -// export const BASE_URL = "http://42.180.188.17:19098" // 鞍钢线上测试环境 +// export const BASE_URL = "http://42.180.188.17:9809" // 鞍钢正式环境 +export const BASE_URL = "http://42.180.188.17:19098" // 鞍钢线上测试环境 //是否已显示未登录弹窗 let showNoLoginTip = false diff --git a/api/task.js b/api/task.js index 79d54aa..0081aad 100644 --- a/api/task.js +++ b/api/task.js @@ -41,7 +41,7 @@ export function getCcMeList(params) { return request({ url: `wflow/process/ccMe`, method: 'get', - params: params + data: params }) } diff --git a/components/form/ProcessIndex.vue b/components/form/ProcessIndex.vue index 64aca1d..8c0b851 100644 --- a/components/form/ProcessIndex.vue +++ b/components/form/ProcessIndex.vue @@ -13,7 +13,7 @@