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