新增ButtonPopover组件

This commit is contained in:
aoshiguchen
2022-08-28 17:09:29 +08:00
parent e10b4400b6
commit 1b462dcff5
2 changed files with 12 additions and 2 deletions
+11 -1
View File
@@ -296,7 +296,17 @@
}).catch(() => {})
},
handleDelete2(row) {
console.log(row)
deleteUser(row.id).then(response => {
if (response.data.code === 0) {
this.$notify({
title: '成功',
message: '删除成功',
type: 'success',
duration: 2000
})
this.getList()
}
})
},
handleDownload() {
this.downloadLoading = true