质检报告删除增加maId
This commit is contained in:
parent
d431cd2531
commit
ec7c52dfe1
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue