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/gyEmployee/edit/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/gyEmployee/edit/index.vue b/src/views/gyEmployee/edit/index.vue
index 57ad8ea..6389d81 100644
--- a/src/views/gyEmployee/edit/index.vue
+++ b/src/views/gyEmployee/edit/index.vue
@@ -978,7 +978,7 @@
           this.zuzhiId = data.HUSEORGID; //鏍规嵁鐧诲綍鐢ㄦ埛鑾峰彇榛樿鐨勭粍缁嘔D
           this.user = data.Czymc;
           axios
-            .get(this.baseURL + "/Web/GetOrganizations", {})
+            .get(this.$baseUrl + "/Web/GetOrganizations", {})
             .then((response) => {
               if (response.data.count == 1) {
                 this.organizationList = response.data.data; //缁勭粐鍒楄〃
@@ -999,7 +999,7 @@
       if (this.OperationType != 1) {
         this.zzSelDis = true;
         axios
-          .get(this.baseURL + "GetGy_SourceDetail", {
+          .get(this.$baseUrl + "GetGy_SourceDetail", {
             params: {
               HID: this.linterid,
             },
@@ -1197,7 +1197,7 @@
               var sMainSub = sMainStr + ";" + this.user;
               axios({
                 method: "post",
-                url: this.baseURL + "SaveGy_SourceList",
+                url: this.$baseUrl + "SaveGy_SourceList",
                 data: {
                   msg: sMainSub,
                 },
@@ -1230,7 +1230,7 @@
         .then(() => {
           if (this.rowForm.鐘舵�� == "鍒涘缓") {
             axios
-              .get(this.baseURL + "/Kf_SellOutBill/DeltetSellOutBill", {
+              .get(this.$baseUrl + "/Kf_SellOutBill/DeltetSellOutBill", {
                 params: { HInterID: this.rowForm.hmainid.toString(), user: this.user },
               })
               .then((response) => {
@@ -1254,7 +1254,7 @@
       var InterID = form.HItemID || form.HInterID;
       //閫昏緫瀹℃牳鏂规硶
       axios
-        .get(this.baseURL + "/Gy_Source/AuditGy_Source", {
+        .get(this.$baseUrl + "/Gy_Source/AuditGy_Source", {
           params: { HInterID: InterID, IsAudit: num, CurUserName: this.user },
         })
         .then((response) => {

--
Gitblit v1.9.1