代码提交

This commit is contained in:
liang.chao 2025-11-10 17:31:29 +08:00
parent d69a20e23a
commit 83ccfae7a1
2 changed files with 4 additions and 3 deletions

View File

@ -86,6 +86,7 @@ export default {
name: 'RecordDetail2',
query: {
id: encryptWithSM4(row.id ?? '0'),
proId: encryptWithSM4(row.proId ?? '0'),
viewStatus: encryptWithSM4('accept'),
auditStatus: encryptWithSM4(this.getStatusText2(row.auditStatus)),
}

View File

@ -226,7 +226,7 @@ export default {
//
async refreshData() {
this.fileList = [];
const res = await getTransferReceiceDetailApi({ id: this.id })
const res = await getTransferReceiceDetailApi({ id: this.id, proId: this.proId })
if (Array.isArray(res.data.transferFileDtos) && res.data.transferFileDtos.length > 0) {
res.data.transferFileDtos.map(item => {
const newFile = {