flx:删除安全获取复查人多余参数

This commit is contained in:
Rain_ 2025-08-15 11:12:33 +08:00
parent c4fcd41655
commit afc7619da2
3 changed files with 6 additions and 6 deletions

View File

@ -763,8 +763,8 @@
projectSn: this.projectSn,
// enterpriseTypeId: 7,
qualityRegionId: this.form.regionIds.join(','),
qualityRegionBindType: 2,
isSupervisingRoleName: 1
// qualityRegionBindType: 2,
// isSupervisingRoleName: 1
}
if (this.dangerReviewInfo.enableReview == 1) {
data.roleName = this.dangerReviewInfo.reviewRoleName;

View File

@ -859,8 +859,8 @@
projectSn: this.projectSn,
// enterpriseTypeId: 7,
qualityRegionId: this.form.regionIds.join(','),
qualityRegionBindType: 2,
isSupervisingRoleName: 1
// qualityRegionBindType: 2,
// isSupervisingRoleName: 1
}
if (this.dangerReviewInfo.enableReview == 1) {
data.roleName = this.dangerReviewInfo.reviewRoleName;

View File

@ -832,8 +832,8 @@
projectSn: this.projectSn,
// enterpriseTypeId: 7,
qualityRegionId: this.form.regionIds.join(','),
qualityRegionBindType: 2,
isSupervisingRoleName: 1
// qualityRegionBindType: 2,
// isSupervisingRoleName: 1
}
if (this.dangerReviewInfo.enableReview == 1) {
data.roleName = this.dangerReviewInfo.reviewRoleName;