forked from dyf/dyf-vue-ui
1
This commit is contained in:
@ -132,7 +132,7 @@ const handleStatusChange = (row) => {
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
crudAppUser.edit(row).then(res => {
|
||||
api.edit(row).then(res => {
|
||||
proxy?.$modal.msgSuccess(text + '成功')
|
||||
}).catch(() => {
|
||||
row.enabled = !row.enabled
|
||||
|
Reference in New Issue
Block a user