Compare commits
2 Commits
ce807a49e7
...
3a6206bbcc
| Author | SHA1 | Date |
|---|---|---|
|
|
3a6206bbcc | |
|
|
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