@@ -344,6 +344,7 @@
if (data && typeof data === 'object') {
detailData.value = data;
hasProblem.value = Number(data.feedbackHasIssue) === 1 ? true : false;
+ materialAttachmentList.value = JSON.parse(data.attachments || '[]');
}
} catch (e) {
console.error('获取举一反三详情失败:', e);