From 4d192a4c3a225efe21fc82b2044805f53ff7933a Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Sat, 7 Nov 2020 11:19:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=BA=90=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=BC=80=E5=85=B3=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditSites.vue | 3 ++- src/components/IPTV.vue | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/EditSites.vue b/src/components/EditSites.vue index d2f9ec8..e0c75f8 100644 --- a/src/components/EditSites.vue +++ b/src/components/EditSites.vue @@ -33,6 +33,7 @@ @@ -41,7 +42,7 @@ v-model="scope.row.isActive" :active-value="1" :inactive-value="0" - @change='isActiveChangeEvent(scope.row)'> + @click.native.stop='isActiveChangeEvent(scope.row)'> diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index 0115b9c..6adf8ae 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -42,6 +42,8 @@ @@ -50,7 +52,7 @@ v-model="scope.row.isActive" :active-value="1" :inactive-value="0" - @change='isActiveChangeEvent(scope.row)'> + @click.native.stop='isActiveChangeEvent(scope.row)'>