qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
src/views/basic/gyItemMoney/gyItemMoneyEdit.vue
@@ -330,7 +330,7 @@
        
        // 如果组织列表为空,则从接口获取(备用方案)
        if (!this.organizationList || this.organizationList.length === 0) {
          const response = await axios.get(this.baseURL + "/Web/GetOrganizations", {});
          const response = await axios.get(this.$baseUrl + "/Web/GetOrganizations", {});
          if (response.data.count == 1) {
            this.organizationList = response.data.data;
          }
@@ -382,7 +382,7 @@
        }
        
        axios
          .get(this.baseURL + "Web/GetGy_ItemMoneyDetail", {
          .get(this.$baseUrl + "Web/GetGy_ItemMoneyDetail", {
            params: {
              HID: this.linterid,
            
@@ -542,7 +542,7 @@
          axios({
            method: "post",
            url: this.baseURL + "/SaveGy_ItemMoney",
            url: this.$baseUrl + "/SaveGy_ItemMoney",
            data: { msg: oMain },
          })
            .then((response) => {
@@ -571,7 +571,7 @@
      }
      axios
        .get(this.baseURL + "/Gy_BadReason/AuditGy_ItemMoney", {
        .get(this.$baseUrl + "/Gy_BadReason/AuditGy_ItemMoney", {
          params: {
            HInterID: HItemID,
            IsAudit: num,