BUG 30385

This commit is contained in:
aixianling
2022-07-06 15:50:28 +08:00
parent 37ea4d4db6
commit 67b9c61eef

View File

@@ -135,7 +135,7 @@ export default {
params: {ids} params: {ids}
}).then(res => { }).then(res => {
if (res?.code == 0) { if (res?.code == 0) {
this.$u.toast("删除成功!") this.$message.success("删除成功!")
this.getList() this.getList()
} }
}) })