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

diff --git a/src/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue b/src/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue
index 34e273a..a2a4b0f 100644
--- a/src/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue
+++ b/src/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue
@@ -435,7 +435,7 @@
 				const userName = sessionStorage['HUserName'] || sessionStorage['Czybm'] || 'admin';
 				const orgName = sessionStorage['OrganizationName'] || sessionStorage['Organization'] || '娴欐睙鏅轰簯杩堟��';
 
-				const url = `${this.baseURL}/Kf_StepFoldOutBill/GetStepFoldOutBillList`;
+				const url = `${this.$baseUrl}/Kf_StepFoldOutBill/GetStepFoldOutBillList`;
 				const params = { 
 					sWhere: sWhere || '', 
 					user: userName, 
@@ -502,7 +502,7 @@
 		},
 		async get_DefaultModule() {
 			try {
-				const url = `${this.baseURL}/Xt_FastICScheme/Chooselist`;
+				const url = `${this.$baseUrl}/Xt_FastICScheme/Chooselist`;
 				const params = { 
 					user: sessionStorage['Czybm'] || sessionStorage['HUserName'] || '', 
 					HModuleName: '鍒嗘寮忚皟鍑哄崟缁存姢', 
@@ -547,7 +547,7 @@
 			
 			try {
 				await this.$confirm('纭瑕佸垹闄ゅ悧锛屽垹闄ゅ悗涓嶈兘鎭㈠', '鍒犻櫎纭');
-				const url = `${this.baseURL}/Fb_StepFoldInBill/DeltetFb_StepFoldInBill`;
+				const url = `${this.$baseUrl}/Fb_StepFoldInBill/DeltetFb_StepFoldInBill`;
 				const params = { HInterID: (row.hmainid || row.HInterID) };
 				const resp = await axios.get(url, { params });
 				
@@ -576,7 +576,7 @@
 			try {
 				await this.$confirm(`纭瑕�${actionName}姝ゅ崟鎹悧锛焋, `${actionName}纭`);
 				
-				const url = `${this.baseURL}/Kf_StepFoldOutBill/AuditKf_StepFoldOutBill`;
+				const url = `${this.$baseUrl}/Kf_StepFoldOutBill/AuditKf_StepFoldOutBill`;
 				const params = { 
 					HInterID: (row.hmainid || row.HInterID), 
 					Type: type, 
@@ -609,7 +609,7 @@
 			try {
 				await this.$confirm(`纭瑕�${actionName}姝ゅ崟鎹悧锛焋, `${actionName}纭`);
 				
-				const url = `${this.baseURL}/Kf_StepFoldOutBill/CloseKf_StepFoldOutBill`;
+				const url = `${this.$baseUrl}/Kf_StepFoldOutBill/CloseKf_StepFoldOutBill`;
 				const params = { 
 					HInterID: (row.hmainid || row.HInterID), 
 					Type: type, 
@@ -642,7 +642,7 @@
 			try {
 				await this.$confirm(`纭瑕�${actionName}姝ゅ崟鎹悧锛焋, `${actionName}纭`);
 				
-				const url = `${this.baseURL}/Kf_StepFoldOutBill/CancellKf_StepFoldOutBill`;
+				const url = `${this.$baseUrl}/Kf_StepFoldOutBill/CancellKf_StepFoldOutBill`;
 				const params = { 
 					HInterID: (row.hmainid || row.HInterID), 
 					Type: type, 

--
Gitblit v1.9.1