duhe
2026-01-16 70a0ddfff13ca0cf225a636d21164714bff5f0af
src/views/basic/gy/gyDepartmentEdit.vue
@@ -235,7 +235,7 @@
      console.log(this.OperationType,this.copyType);
      if (this.OperationType != 1) {
        this.zzSelDis = true;
        axios.get(this.baseURL + "/Gy_Department/cx", {
        axios.get(this.$baseUrl + "/Gy_Department/cx", {
          params: {
            HInterID: this.linterid,
          },
@@ -379,7 +379,7 @@
              var sMainStr = JSON.stringify(this.form);
              axios({
                method: "post",
                url: this.baseURL + "/Gy_Department/AddBill1",
                url: this.$baseUrl + "/Gy_Department/AddBill1",
                data: {
                  oMain: sMainStr + ';' + sessionStorage["HUserName"] + ';' + sessionStorage["OrganizationID"],
                },
@@ -412,7 +412,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: sessionStorage["HUserName"] },
              })
              .then((response) => {
@@ -436,7 +436,7 @@
      var InterID = this.form.HItemID.toString();
      //逻辑审核方法
      axios
        .get(this.baseURL + "/Gy_Department/AuditGy_Department", {
        .get(this.$baseUrl + "/Gy_Department/AuditGy_Department", {
          params: { HInterID: InterID, IsAudit: num, CurUserName: sessionStorage["HUserName"] },
        })
        .then((response) => {