|
|
@@ -320,20 +320,20 @@ export default {
|
|
320
|
320
|
images: [],
|
|
321
|
321
|
|
|
322
|
322
|
//暂时不要
|
|
323
|
|
- attendanceId: 111111,
|
|
324
|
|
- attendanceTeamId: 111111,
|
|
|
323
|
+ attendanceId: '',
|
|
|
324
|
+ attendanceTeamId: '',
|
|
325
|
325
|
attendanceTeamName: '无',
|
|
326
|
|
- attendanceDepartmentId: 111111,
|
|
|
326
|
+ attendanceDepartmentId: '',
|
|
327
|
327
|
attendanceDepartmentName: '无',
|
|
328
|
|
- attendanceStationId: 111111,
|
|
|
328
|
+ attendanceStationId: '',
|
|
329
|
329
|
attendanceStationName: '无',
|
|
330
|
|
- regionalCode: 111111,
|
|
|
330
|
+ regionalCode: '',
|
|
331
|
331
|
regionalName: '无',
|
|
332
|
|
- terminlCode: 111111,
|
|
|
332
|
+ terminlCode: '',
|
|
333
|
333
|
terminlName: '无',
|
|
334
|
|
- inspectTeamId: 111111,
|
|
|
334
|
+ inspectTeamId: '',
|
|
335
|
335
|
inspectTeamName: '无',
|
|
336
|
|
- inspectDepartmentId: 111111,
|
|
|
336
|
+ inspectDepartmentId: '',
|
|
337
|
337
|
inspectDepartmentName: '无',
|
|
338
|
338
|
checkMethodDesc: '无',
|
|
339
|
339
|
passengerCard: '',
|
|
|
@@ -1007,7 +1007,7 @@ export default {
|
|
1007
|
1007
|
formData: payload,
|
|
1008
|
1008
|
submitterId: this.currentUser.id,
|
|
1009
|
1009
|
submitterName: this.currentUser.name,
|
|
1010
|
|
- submitterRole: this.currentUser.roles.includes('banzuzhang') ? 'SEIZURE_REPORT_LEADER' : this.currentUser.roles.includes('SecurityCheck') ? 'SEIZURE_REPORT_STAFF' : '',
|
|
|
1010
|
+ submitterRole: 'SEIZURE_REPORT_DEFAULT',
|
|
1011
|
1011
|
}
|
|
1012
|
1012
|
|
|
1013
|
1013
|
|