From d948fdbac0d1c11f95f4be82d8234ab03663a868 Mon Sep 17 00:00:00 2001
From: kun <1422840143@qq.com>
Date: Sat, 15 Jun 2024 18:10:41 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/js/http.js | 4 ++--
src/store/index.js | 18 +++++++++---------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/assets/js/http.js b/src/assets/js/http.js
index b952b489..1aca4278 100644
--- a/src/assets/js/http.js
+++ b/src/assets/js/http.js
@@ -172,7 +172,7 @@ if (process.env.NODE_ENV == "development") {
// axios.defaults.baseURL ='http://101.43.164.214:45011/' //上海优益(上海建工)
// axios.defaults.baseURL = 'http://192.168.34.221:28888/' //郭圣雄本地
// axios.defaults.baseURL = 'http://192.168.34.221:28889/' //郭圣雄本地
- axios.defaults.baseURL = "http://192.168.34.221:9111/"; //郭圣雄本地
+ // axios.defaults.baseURL = "http://192.168.34.221:9111/"; //郭圣雄本地
// axios.defaults.baseURL = 'http://192.168.34.155:19111/' //彭洁本地
// axios.defaults.baseURL = 'http://182.90.224.237:51234/' //郭圣雄远程
// axios.defaults.baseURL = 'http://jxj.zhgdyun.com:61212/' //彭洁远程
@@ -185,7 +185,7 @@ if (process.env.NODE_ENV == "development") {
// axios.defaults.baseURL = 'http://47.93.215.234:9809/'//鞍钢正式地址(弃用)
// axios.defaults.baseURL = 'http://42.180.188.17:9809/'//鞍钢正式地址
// axios.defaults.baseURL = 'http://47.93.215.234:11211/'//鞍钢测试地址(弃用)
- // axios.defaults.baseURL = 'http://42.180.188.17:11211/' //鞍钢测试地址
+ axios.defaults.baseURL = 'http://42.180.188.17:11211/' //鞍钢测试地址
// axios.defaults.baseURL = 'http://8.136.222.164:8808/' //中科安信正式地址
} else if (process.env.NODE_ENV == "debug") {
axios.defaults.baseURL = "https://www.ceshi.com";
diff --git a/src/store/index.js b/src/store/index.js
index 28e120dc..ff1a2ed7 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -52,23 +52,23 @@ export default new Vuex.Store({
// FILEURL:'http://182.90.224.237:51234/image/',
// UPLOADURL: "http://http://192.168.34.155:19111/upload/image/", // 洁本地
// FILEURL: "http://http://192.168.34.155:19111/image/", //洁本地
- UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄本地
- FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄本地
- WORKFLOWURL: "http://192.168.34.138:88/#/workspace/forms", //坤工作流地址(本地)
+ // UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄本地
+ // FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄本地
+ // WORKFLOWURL: "http://192.168.34.138:88/#/workspace/forms", //坤工作流地址(本地)
// WORKFLOWURL: "http://192.168.34.126:88/#/workspace/forms", //罗峰工作流地址(本地)
// UPLOADURL:'http://182.90.224.237:51234/upload/image/',// 郭圣雄远程
// FILEURL:'http://182.90.224.237:51234/image/',//郭圣雄远程
// UPLOADURL:'http://42.180.188.17:11211/upload/image',//测试
// FILEURL:'http://42.180.188.17:11211/image/',//测试
- // BASEURL: baseUrl ?
- // baseUrl :
- // window.location.protocol + "//" + window.location.host + "/", //正式环境
- // UPLOADURL: window.location.protocol + "//" + window.location.host + "/upload/image", //正式环境
- // FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
+ BASEURL: baseUrl ?
+ baseUrl :
+ window.location.protocol + "//" + window.location.host + "/", //正式环境
+ UPLOADURL: window.location.protocol + "//" + window.location.host + "/upload/image", //正式环境
+ FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
// // WORKFLOWURL: 'http://47.93.215.234:19998/#/workspace/forms',//鞍钢平台工作流地址(弃用)
// // WORKFLOWURL: 'http://47.93.215.234:19098/#/workspace/forms',//鞍钢测试平台工作流地址(弃用)
// WORKFLOWURL: 'http://42.180.188.17:19998/#/workspace/forms',//鞍钢平台工作流地址
- // WORKFLOWURL: "http://42.180.188.17:19098/#/workspace/forms", //鞍钢测试平台工作流地址
+ WORKFLOWURL: "http://42.180.188.17:19098/#/workspace/forms", //鞍钢测试平台工作流地址
//---------------------------------------------------------------------------------------------
// BASEURL: baseUrl
// ? baseUrl
From 937c3d535144f64c54039855a783d45398408c93 Mon Sep 17 00:00:00 2001
From: kun <1422840143@qq.com>
Date: Sat, 15 Jun 2024 18:12:11 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?=
=?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BA=86=E4=BA=BA=E5=91=98=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E4=B8=AD=E4=B8=8B=E5=8F=91=E7=8A=B6=E6=80=81=E6=96=87?=
=?UTF-8?q?=E6=9C=AC=E6=B2=A1=E6=98=BE=E7=A4=BABUG?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../personModule/laborComponent.vue | 50 ++++++++++---------
1 file changed, 26 insertions(+), 24 deletions(-)
diff --git a/src/views/projectFront/laborManage/personModule/laborComponent.vue b/src/views/projectFront/laborManage/personModule/laborComponent.vue
index 758ab002..5b649ba4 100644
--- a/src/views/projectFront/laborManage/personModule/laborComponent.vue
+++ b/src/views/projectFront/laborManage/personModule/laborComponent.vue
@@ -290,7 +290,7 @@
size="medium"
@click="passEquipment()"
type="primary"
- style="margin-left: 5px;"
+ style="margin-left: 5px"
:disabled="checkedWorker.length <= 0"
>下发通行设备
@@ -303,7 +303,7 @@
size="medium"
@click="checkAllFn()"
type="primary"
- style="margin-left: 5px;"
+ style="margin-left: 5px"
>全选
@@ -312,23 +312,23 @@
:model="tableParameter"
size="medium"
class="demo-form-inline"
- style="margin-top: 5px;"
+ style="margin-top: 5px"
>
-
-
-
-
-
+
+
+
+
+
0){
+ enterpriseId: this.checkedId,
+ };
+ if (this.checkedWorker.length > 0) {
const ids = this.checkedWorker.map((item) => item.id).join(",");
- requestData.workerIds = ids
+ requestData.workerIds = ids;
}
sendBatchWokerApi(requestData).then((res) => {
if (res.code == 200) {