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)'>