qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
src/views/gyEmployee/edit/index.vue
@@ -978,7 +978,7 @@
          this.zuzhiId = data.HUSEORGID; //根据登录用户获取默认的组织ID
          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) => {