| | |
| | | getDetailData(hID, operationType) { |
| | | this.formLoading = true; |
| | | axios |
| | | .get(this.baseURL + "GetGy_UnitDetail", { |
| | | .get(this.$baseUrl + "GetGy_UnitDetail", { |
| | | params: { |
| | | HID: hID, |
| | | }, |
| | |
| | | |
| | | axios({ |
| | | method: "POST", |
| | | url: this.baseURL + "SaveGy_UnitList", |
| | | url: this.$baseUrl + "SaveGy_UnitList", |
| | | data: requestData, |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | |
| | | |
| | | axios({ |
| | | method: "GET", |
| | | url: this.baseURL + "Gy_Unit/AuditGy_Unit", |
| | | url: this.$baseUrl + "Gy_Unit/AuditGy_Unit", |
| | | params: { |
| | | HInterID: this.form.HItemID, |
| | | Type: 1, |