BUG 30385

This commit is contained in:
aixianling
2022-07-01 14:01:19 +08:00
parent 36ccc9ace2
commit 4a3063bd8c

View File

@@ -136,8 +136,6 @@ export default {
}).then(res => {
if (res?.code == 0) {
this.$u.toast("删除成功!")
this.current = 1
this.isMore = false
this.getList()
}
})