From 9620ca5caed59bd206dce701a04a5a4e4cfb9dc5 Mon Sep 17 00:00:00 2001
From: dytyqx <1342948614@qq.com>
Date: 星期二, 31 三月 2026 13:46:57 +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