!1 修复删除按钮无法自动刷新列表

Merge pull request !1 from xiaomaiyun/N/A
pull/75/head
xiaomaiyun 2022-12-15 15:26:16 +00:00 committed by Gitee
commit 937a9d306b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@
}
]
buttonApi.buttonDelete(params).then((res) => {
message.success(res.msg)
table.value.refresh(true)
})
}