|
@@ -440,6 +440,8 @@
|
|
|
const auditedUnitId = this.auditedUnitId || sd.auditedUnitId || ''
|
|
const auditedUnitId = this.auditedUnitId || sd.auditedUnitId || ''
|
|
|
const catalogId = this.catalogId || sd.catalogId || ''
|
|
const catalogId = this.catalogId || sd.catalogId || ''
|
|
|
const taskId = this.taskId || sd.taskId || ''
|
|
const taskId = this.taskId || sd.taskId || ''
|
|
|
|
|
+ const uploadId =
|
|
|
|
|
+ this.uploadId || sd.uploadId || sd.id || ''
|
|
|
// 本次上传对应的行ID(监审期间记录ID)
|
|
// 本次上传对应的行ID(监审期间记录ID)
|
|
|
const periodRecordId =
|
|
const periodRecordId =
|
|
|
(this.pendingUploadRow &&
|
|
(this.pendingUploadRow &&
|
|
@@ -451,6 +453,7 @@
|
|
|
if (catalogId) formData.append('catalogId', catalogId)
|
|
if (catalogId) formData.append('catalogId', catalogId)
|
|
|
if (taskId) formData.append('taskId', taskId)
|
|
if (taskId) formData.append('taskId', taskId)
|
|
|
if (periodRecordId) formData.append('periodRecordId', periodRecordId)
|
|
if (periodRecordId) formData.append('periodRecordId', periodRecordId)
|
|
|
|
|
+ if (uploadId) formData.append('uploadId',uploadId)
|
|
|
formData.append('type', this.requestType)
|
|
formData.append('type', this.requestType)
|
|
|
try {
|
|
try {
|
|
|
this.uploading = true
|
|
this.uploading = true
|