新增ButtonPopover组件
This commit is contained in:
@@ -68,7 +68,7 @@ export default {
|
||||
.popper-p-css{
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 5px !important;
|
||||
/deep/i{
|
||||
.el-icon-warning{
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user