Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 3a6206bbcc Merge remote-tracking branch 'origin/main' 2024-12-27 17:11:50 +08:00
liang.chao ec7c52dfe1 质检报告删除增加maId 2024-12-27 17:11:44 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ const onResetInDialog = () => {
//
const onDelete = async (row: any) => {
console.log('🚀 ~ onDelete ~ row:', row)
const res: any = await qualityDeleteByIdApi({ fileId: row.fileId })
const res: any = await qualityDeleteByIdApi({ fileId: row.fileId,maId: row.maId })
if (res.code === 200) {
ElMessage({
type: 'success',