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/FbStepFoldOutBillList/fbStepFoldOutBillListEdit.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/FbStepFoldOutBillList/fbStepFoldOutBillListEdit.vue b/src/views/FbStepFoldOutBillList/fbStepFoldOutBillListEdit.vue
index 60a8031..1cdbe0b 100644
--- a/src/views/FbStepFoldOutBillList/fbStepFoldOutBillListEdit.vue
+++ b/src/views/FbStepFoldOutBillList/fbStepFoldOutBillListEdit.vue
@@ -607,7 +607,7 @@
     // 鑾峰彇鏈�澶у崟鎹彿
     async getMaxBillNo() {
       try {
-        const response = await axios.get(`${this.baseURL}/Web/GetMAXNum`, {
+        const response = await axios.get(`${this.$baseUrl}/Web/GetMAXNum`, {
           params: { HBillType: '1251' }
         })
         if (response.data && response.data.data && response.data.data.length > 0) {
@@ -623,7 +623,7 @@
     // 鍔犺浇鍗曟嵁鏁版嵁
     async loadBillData(linterid) {
       try {
-        const response = await axios.get(`${this.baseURL}/Kf_StepFoldOutBill/cx`, {
+        const response = await axios.get(`${this.$baseUrl}/Kf_StepFoldOutBill/cx`, {
           params: { HInterID: linterid }
         })
         console.log('缂栬緫浼犲叆鐨勪富id:', linterid)
@@ -927,7 +927,7 @@
           JSON.stringify({ main: this.form, table: this.tableData })
           console.log('鎻愪氦鐨勫畬鏁存暟鎹�:', submitData)
 
-        const response = await axios.post(`${this.baseURL}/Kf_StepFoldOutBill/Kf_StepFoldOutBillEdit`, {
+        const response = await axios.post(`${this.$baseUrl}/Kf_StepFoldOutBill/Kf_StepFoldOutBillEdit`, {
           sMainSub: submitData
         })
 

--
Gitblit v1.9.1