质检报告删除增加maId

This commit is contained in:
liang.chao 2024-12-27 17:11:44 +08:00
parent d431cd2531
commit ec7c52dfe1
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',