Compare commits
	
		
			No commits in common. "3a6206bbcceff8a3d006a20cdeefef8574caa853" and "ce807a49e7a16baae2a36b4b183c98b728d7c230" have entirely different histories.
		
	
	
		
			3a6206bbcc
			...
			ce807a49e7
		
	
		| 
						 | 
					@ -613,7 +613,7 @@ const onResetInDialog = () => {
 | 
				
			||||||
// 删除
 | 
					// 删除
 | 
				
			||||||
const onDelete = async (row: any) => {
 | 
					const onDelete = async (row: any) => {
 | 
				
			||||||
    console.log('🚀 ~ onDelete ~ row:', row)
 | 
					    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) {
 | 
					    if (res.code === 200) {
 | 
				
			||||||
        ElMessage({
 | 
					        ElMessage({
 | 
				
			||||||
            type: 'success',
 | 
					            type: 'success',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue