This commit is contained in:
liuye
2022-01-17 15:21:12 +08:00
parent 2ea6029396
commit c850ec5973

View File

@@ -195,6 +195,8 @@ export default {
this.$http.post(`/app/appgirdinfo/delete?ids=${this.form.id}`).then((res) => {
if (res.code == 0) {
this.$u.toast('删除成功!')
this.show = false
this.form = {}
this.treeList = []
this.isGirdUser()
}