From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示

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

diff --git a/src/views/component/CustomerTypeDialog/index.vue b/src/views/component/CustomerTypeDialog/index.vue
index 23bfe60..49344d6 100644
--- a/src/views/component/CustomerTypeDialog/index.vue
+++ b/src/views/component/CustomerTypeDialog/index.vue
@@ -377,7 +377,7 @@
     async loadTreeData() {
       this.treeLoading = true
       try {
-        const response = await axios.get(`${this.baseURL}/Gy_BadReason/Gy_CusTypeTreeListByLevel`)
+        const response = await axios.get(`${this.$baseUrl}/Gy_BadReason/Gy_CusTypeTreeListByLevel`)
 
         if (response.data.count === 1) {
           this.treeData = JSON.parse(response.data.data)
@@ -398,7 +398,7 @@
       try {
         const sWhere = this.buildQueryCondition()
 
-        const response = await axios.get(`${this.baseURL}/Gy_BadReason/Gy_CusTypeList`, {
+        const response = await axios.get(`${this.$baseUrl}/Gy_BadReason/Gy_CusTypeList`, {
           params: {
             sWhere: sWhere,
             user: this.user,
@@ -531,7 +531,7 @@
     async loadTableDataWithCondition(sWhere) {
       this.loading = true
       try {
-        const response = await axios.get(`${this.baseURL}/Gy_BadReason/Gy_CusTypeList`, {
+        const response = await axios.get(`${this.$baseUrl}/Gy_BadReason/Gy_CusTypeList`, {
           params: {
             sWhere: sWhere,
             user: this.user
@@ -663,7 +663,7 @@
     // 鑾峰彇榛樿杩囨护鏂规
     async getDefaultFilterScheme() {
       try {
-        const response = await axios.get(`${this.baseURL}/Xt_FastICScheme/Chooselist`, {
+        const response = await axios.get(`${this.$baseUrl}/Xt_FastICScheme/Chooselist`, {
           params: {
             user: this.user,
             HModuleName: this.HModuleName,

--
Gitblit v1.9.1