|
|
@@ -65,7 +65,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-switch
|
|
|
v-model="scope.row.isShow"
|
|
|
- @click.native.capture.prevent="handleSwitchClick(scope.row)"
|
|
|
+ @change="handleSwitchClick(scope.row)"
|
|
|
active-color="#13ce66"
|
|
|
inactive-color="#ff4949">
|
|
|
</el-switch>
|