1
0
forked from dyf/dyf-vue-ui
This commit is contained in:
fengerli
2025-07-05 17:46:16 +08:00
parent 5f30a1fa41
commit ec86798b6c

View File

@ -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