Browse Source

[完善]预警统计看不到证照的问题

beijing
邵佳豪 2 years ago
parent
commit
8a2c29fe0a
  1. 16766
      package-lock.json
  2. 2
      package.json
  3. 4
      proxy.config.json
  4. 3
      src/app/pages/records/criminal-records-admin/criminal-records-admin.component.ts

16766
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
package.json

@ -84,4 +84,4 @@
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "~4.5.2" "typescript": "~4.5.2"
} }
} }

4
proxy.config.json

@ -1,11 +1,11 @@
{ {
"/api": { "/api": {
"target": "http://121.36.37.70:8906", "target": "https://znaq.sinochemoilmarketing.com/",
"secure": false, "secure": false,
"changeOrigin": true "changeOrigin": true
}, },
"/signalr": { "/signalr": {
"target": "http://121.36.37.70:8906", "target": "https://znaq.sinochemoilmarketing.com/",
"secure": false, "secure": false,
"ws": true, "ws": true,
"logLevel": "debug" "logLevel": "debug"

3
src/app/pages/records/criminal-records-admin/criminal-records-admin.component.ts

@ -533,7 +533,8 @@ export class CriminalRecordsAdminComponent implements OnInit {
SkipCount: this.SkipCount, SkipCount: this.SkipCount,
MaxResultCount: this.MaxResultCount, MaxResultCount: this.MaxResultCount,
AppealStatus: this.validateForm.value.appealState, AppealStatus: this.validateForm.value.appealState,
Positive: this.validateForm.value.misinformation Positive: this.validateForm.value.misinformation,
IsLicense: true
} }
this.tableSpin = true this.tableSpin = true
this.http.get('/api/services/app/ViolateRecord/GetAll', { this.http.get('/api/services/app/ViolateRecord/GetAll', {

Loading…
Cancel
Save