From d82251fb02d32356a579e6d0feb13f5f4a70858a Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Sat, 7 Nov 2020 11:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4=E6=97=B6?= =?UTF-8?q?=E9=87=8D=E7=BD=AEID=E5=8F=8A=E8=BF=87=E6=BB=A4=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditSites.vue | 3 +++ src/components/IPTV.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/components/EditSites.vue b/src/components/EditSites.vue index e0c75f8..4648305 100644 --- a/src/components/EditSites.vue +++ b/src/components/EditSites.vue @@ -415,7 +415,10 @@ export default { }, removeSelectedSites () { this.multipleSelection.forEach(e => sites.remove(e.id)) + this.$refs.editSitesTable.clearFilter() this.getSites() + this.updateDatabase() + this.enableBatchEdit = false }, rowDrop () { if (this.checkAllSitesLoading) { diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index 6adf8ae..43d12d8 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -340,7 +340,10 @@ export default { }, removeSelectedChannels () { this.multipleSelection.forEach(e => iptv.remove(e.id)) + this.$refs.iptvTable.clearFilter() this.getChannels() + this.updateDatabase() + this.enableBatchEdit = false }, getChannels () { iptv.all().then(res => {