From 249d577934dc7a735c24f1990e4e08f2ba3e8641 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Thu, 11 Dec 2025 18:35:44 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E5=8E=BB=E9=99=A4=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E6=A0=B8=E9=AA=8C=E4=BA=BA=E5=92=8C=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E7=9A=84=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/http.js | 2 +- src/views/projectFront/quality/rectificationRecord.vue | 2 +- .../v2/hiddenTroubleComponents/hazardousWorkDistribution.vue | 2 +- .../v2/hiddenTroubleComponents/hazardousWorkDistribution.vue | 2 +- src/views/projectFront/safeSame/rectificationRecord.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index f38e5866..12f99d6c 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -209,7 +209,7 @@ if (process.env.NODE_ENV == "development") { // axios.defaults.baseURL = "http://jxj.zhgdyun.com:9500"; // axios.defaults.baseURL = "http://jxj.zhgdyun.com:21000/"; // 潮州 // axios.defaults.baseURL = "http://gszhdz.crpower.com.cn:9809/"; // 敦煌 - // axios.defaults.baseURL = "http://112.93.255.85:9840/"; // 广深高速 + axios.defaults.baseURL = "http://112.93.255.85:9840/"; // 广深高速 } else if (process.env.NODE_ENV == "debug") { axios.defaults.baseURL = "https://www.ceshi.com"; } else if (process.env.NODE_ENV == "production") { diff --git a/src/views/projectFront/quality/rectificationRecord.vue b/src/views/projectFront/quality/rectificationRecord.vue index 79a188cb..e6d95d82 100644 --- a/src/views/projectFront/quality/rectificationRecord.vue +++ b/src/views/projectFront/quality/rectificationRecord.vue @@ -4358,7 +4358,7 @@ export default { }; if (this.dangerReviewInfo.enableVerify == 1) { data.roleName = this.dangerReviewInfo.verifyRoleName; - data.enterpriseId = this.unitEnterpriseId.join(","); + // data.enterpriseId = this.unitEnterpriseId.join(","); } getProjectChilderSystemUserListApi(data).then((res) => { if (res.code == 200) { diff --git a/src/views/projectFront/quality/v2/hiddenTroubleComponents/hazardousWorkDistribution.vue b/src/views/projectFront/quality/v2/hiddenTroubleComponents/hazardousWorkDistribution.vue index dc9271b1..cf908881 100644 --- a/src/views/projectFront/quality/v2/hiddenTroubleComponents/hazardousWorkDistribution.vue +++ b/src/views/projectFront/quality/v2/hiddenTroubleComponents/hazardousWorkDistribution.vue @@ -2121,7 +2121,7 @@ export default { }; if (this.dangerReviewInfo.enableVerify == 1) { data.roleName = this.dangerReviewInfo.verifyRoleName; - data.enterpriseId = this.unitEnterpriseId.join(","); + // data.enterpriseId = this.unitEnterpriseId.join(","); } getProjectChilderSystemUserListApi(data).then((res) => { if (res.code == 200) { diff --git a/src/views/projectFront/safeManage/v2/hiddenTroubleComponents/hazardousWorkDistribution.vue b/src/views/projectFront/safeManage/v2/hiddenTroubleComponents/hazardousWorkDistribution.vue index 407867d8..5832cb94 100644 --- a/src/views/projectFront/safeManage/v2/hiddenTroubleComponents/hazardousWorkDistribution.vue +++ b/src/views/projectFront/safeManage/v2/hiddenTroubleComponents/hazardousWorkDistribution.vue @@ -2121,7 +2121,7 @@ export default { }; if (this.dangerReviewInfo.enableVerify == 1) { data.roleName = this.dangerReviewInfo.verifyRoleName; - data.enterpriseId = this.unitEnterpriseId.join(","); + // data.enterpriseId = this.unitEnterpriseId.join(","); } getProjectChilderSystemUserListApi(data).then((res) => { if (res.code == 200) { diff --git a/src/views/projectFront/safeSame/rectificationRecord.vue b/src/views/projectFront/safeSame/rectificationRecord.vue index 0fc5cea6..8b7a5c71 100644 --- a/src/views/projectFront/safeSame/rectificationRecord.vue +++ b/src/views/projectFront/safeSame/rectificationRecord.vue @@ -4358,7 +4358,7 @@ export default { }; if (this.dangerReviewInfo.enableVerify == 1) { data.roleName = this.dangerReviewInfo.verifyRoleName; - data.enterpriseId = this.unitEnterpriseId.join(","); + // data.enterpriseId = this.unitEnterpriseId.join(","); } getProjectChilderSystemUserListApi(data).then((res) => { if (res.code == 200) {