|
@@ -387,6 +387,7 @@
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
currentCoverRemarkRow: null,
|
|
currentCoverRemarkRow: null,
|
|
|
|
|
+ tableRow: {},
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
watch: {
|
|
watch: {
|
|
@@ -424,6 +425,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
handleGenerate(row) {
|
|
handleGenerate(row) {
|
|
|
|
|
+ this.tableRow = row
|
|
|
// 处理生成操作
|
|
// 处理生成操作
|
|
|
this.currentGenerateRow = row
|
|
this.currentGenerateRow = row
|
|
|
|
|
|
|
@@ -715,6 +717,7 @@
|
|
|
documentType: this.generateForm.documentType,
|
|
documentType: this.generateForm.documentType,
|
|
|
retentionPeriod: this.generateForm.retentionPeriod,
|
|
retentionPeriod: this.generateForm.retentionPeriod,
|
|
|
archiveNo: this.generateForm.archiveNo,
|
|
archiveNo: this.generateForm.archiveNo,
|
|
|
|
|
+ relatedId: this.tableRow.relatedId,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 如果有ID,说明是编辑
|
|
// 如果有ID,说明是编辑
|