| | |
| | | if (result != null) { |
| | | this.IsLoading = false; |
| | | this.Id = result.Id; |
| | | this.HospitalC = result.HospitalC; |
| | | this.HospitalIdC = result.HospitalIdC; |
| | | this.DepartmentClassC = result.DepartmentClassC; |
| | | this.DepartmentClassIdC = result.DepartmentClassIdC; |
| | | this.HospitalC = result.HospitalC == undefined ? "" : result.HospitalC;; |
| | | this.HospitalIdC = result.HospitalIdC == undefined ? "" : result.HospitalIdC;; |
| | | this.DepartmentClassC = result.DepartmentClassC == undefined ? "" : result.DepartmentClassC;; |
| | | this.DepartmentClassIdC = result.DepartmentClassIdC == undefined ? "" : result.DepartmentClassIdC;; |
| | | this.Name = result.Name; |
| | | |
| | | this.CreateNewServiceContract(); |
| | |
| | | |
| | | console.log(url); |
| | | |
| | | // window.top.location.href = url; |
| | | window.top.location.href = url; |
| | | } |
| | | } |