| | |
| | | |
| | | // 如果组织列表为空,则从接口获取(备用方案) |
| | | 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; |
| | | } |
| | |
| | | } |
| | | |
| | | axios |
| | | .get(this.baseURL + "Web/GetGy_ItemMoneyDetail", { |
| | | .get(this.$baseUrl + "Web/GetGy_ItemMoneyDetail", { |
| | | params: { |
| | | HID: this.linterid, |
| | | |
| | |
| | | |
| | | axios({ |
| | | method: "post", |
| | | url: this.baseURL + "/SaveGy_ItemMoney", |
| | | url: this.$baseUrl + "/SaveGy_ItemMoney", |
| | | data: { msg: oMain }, |
| | | }) |
| | | .then((response) => { |
| | |
| | | } |
| | | |
| | | axios |
| | | .get(this.baseURL + "/Gy_BadReason/AuditGy_ItemMoney", { |
| | | .get(this.$baseUrl + "/Gy_BadReason/AuditGy_ItemMoney", { |
| | | params: { |
| | | HInterID: HItemID, |
| | | IsAudit: num, |