Compare commits

..

No commits in common. "3a6206bbcceff8a3d006a20cdeefef8574caa853" and "ce807a49e7a16baae2a36b4b183c98b728d7c230" have entirely different histories.

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,maId: row.maId })
const res: any = await qualityDeleteByIdApi({ fileId: row.fileId })
if (res.code === 200) {
ElMessage({
type: 'success',