|
@@ -781,7 +781,7 @@ export default {
|
|
|
async loadAttachments(applyId) {
|
|
|
try {
|
|
|
this.attachmentLoading = true
|
|
|
- const res = await getAttachmentList(1, 100, { applyId: parseInt(applyId) })
|
|
|
+ const res = await getAttachmentList(1, 100, { applyId: applyId })
|
|
|
this.attachmentList = res.data.data.records || []
|
|
|
} catch (error) {
|
|
|
console.error('获取附件列表失败:', error)
|