Browse Source

Merge branch 'master' of http://121.36.37.70:3000/shaojiahao/Jinan_project

非煤矿山灾害智能感知和预警系统
邵佳豪 3 years ago
parent
commit
17f494a11e
  1. 11253
      package-lock.json
  2. 1
      package.json
  3. 2
      src/app/home/basic-info/unit-details/unit-details.component.ts

11253
package-lock.json generated

File diff suppressed because it is too large Load Diff

1
package.json

@ -27,6 +27,7 @@
"ng-zorro-antd": "^13.0.1",
"ngx-cookie-service": "^13.1.2",
"ngx-echarts": "^14.0.0",
"qs": "^6.11.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"

2
src/app/home/basic-info/unit-details/unit-details.component.ts

@ -1094,7 +1094,7 @@ export class UnitDetailsComponent implements OnInit {
}
this.datas.basicInfo.name = data.companyName
this.datas.basicInfo.addr = data.address
this.datas.basicInfo.phone = data.directorPhone
// this.datas.basicInfo.phone = data.directorPhone
this.datas.basicInfo.nature = data.useNature
this.integrity = data.integrity
this.validateForm.patchValue({

Loading…
Cancel
Save