From cbc2fe74fb54aad814695982c2987e064696f540 Mon Sep 17 00:00:00 2001
From: qq_41295110 <qq_41295110@noreply.gitcode.com>
Date: 星期五, 16 一月 2026 10:49:49 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/component/printList/barcode.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/component/printList/barcode.vue b/src/views/component/printList/barcode.vue
index ae0f5fc..921c0cf 100644
--- a/src/views/component/printList/barcode.vue
+++ b/src/views/component/printList/barcode.vue
@@ -33,7 +33,7 @@
     // 鑾峰彇 鎵撳嵃鐨勬暟鎹�
     await this.getPrintData();
     // 鑾峰彇鎵撳嵃绾稿紶澶у皬
-    rubylong.grhtml5.barcodeURL = this.baseUrl + "/Utility/Barcode.ashx";
+    rubylong.grhtml5.barcodeURL = this.$baseUrl + "/Utility/Barcode.ashx";
     this.reportViewer = rubylong.grhtml5.insertReportViewer(
       "report_holder",
       this.grfPath,
@@ -86,7 +86,7 @@
         sql = `exec h_p_GetSPBarCode_Swell N'${condition}'`;
       }
       try{
-        let res =  await axios.get(this.baseUrl + "/CommonModel/searchMethod", {
+        let res =  await axios.get(this.$baseUrl + "/CommonModel/searchMethod", {
           params: {
             sql: sql,
             user: sessionStorage["HUserName"],

--
Gitblit v1.9.1