'1'
This commit is contained in:
@@ -252,6 +252,7 @@ const handleSubmit = () => {
|
||||
|
||||
// 删除
|
||||
const handleDelete = (row: any) => {
|
||||
console.log(row,'row')
|
||||
ElMessageBox.confirm(`确定要删除 "${row.name || row.id}" 吗?`, '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
|
||||
Reference in New Issue
Block a user