From 70a0ddfff13ca0cf225a636d21164714bff5f0af Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 16 一月 2026 14:24:01 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/component/HSourceReportHtml/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/component/HSourceReportHtml/index.vue b/src/views/component/HSourceReportHtml/index.vue
index 2e02102..9471658 100644
--- a/src/views/component/HSourceReportHtml/index.vue
+++ b/src/views/component/HSourceReportHtml/index.vue
@@ -266,7 +266,7 @@
             this.getList();
         },
         getDeptList() {
-            axios.get(this.baseURL + "/Sc_ICMOBill/GetHDeptList", {
+            axios.get(this.$baseUrl + "/Sc_ICMOBill/GetHDeptList", {
                 params: {
                     HOrgID: this.HOrgID
                 },
@@ -297,7 +297,7 @@
                 }
             }
             // 鍒楄〃
-            axios.get(this.baseURL + "/Sc_BarCode/ReportFromBillList_New", {
+            axios.get(this.$baseUrl + "/Sc_BarCode/ReportFromBillList_New", {
                 params: {
                     sWhere: this.sWhere,
                     HSouceBillType: this.HSouceBillType,
@@ -423,7 +423,7 @@
         DisPlay_HideColumn(HModName, user, option, dataOption) {
             this.totalNameList = [];
             axios
-                .get(this.baseURL + "/Xt_grdAlignment_WMES/grdAlignmentWMESList", {
+                .get(this.$baseUrl + "/Xt_grdAlignment_WMES/grdAlignmentWMESList", {
                     params: {
                         HModName: HModName,
                         user: user,
@@ -759,7 +759,7 @@
         /** 鍒犻櫎鎸夐挳鎿嶄綔 */
         handleDelete() {
             this.$modal.confirm("纭瑕佸垹闄ゅ悧锛屽垹闄ゅ悗涓嶈兘鎭㈠").then(() => {
-                axios.get(this.baseURL + "/Kf_StockOutRequestBill/DeltetKf_StockOutRequestBill", {
+                axios.get(this.$baseUrl + "/Kf_StockOutRequestBill/DeltetKf_StockOutRequestBill", {
                     params: {
                         HInterID: this.rowForm.HSubID.toString(),
                         user: sessionStorage["HUserName"],

--
Gitblit v1.9.1