BUG 28166

This commit is contained in:
aixianling
2022-03-14 18:07:54 +08:00
parent c3be9537bd
commit 057c45869a

View File

@@ -486,6 +486,7 @@ export default {
if (res.code == 0) {
this.$message.success('删除成功!')
this.getTags()
this.getList()
}
})
})