Browse Source

直播商品切换

yuhongqi 3 ngày trước cách đây
mục cha
commit
442cf89f77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/live/liveConfig/goods.vue

+ 1 - 1
src/views/live/liveConfig/goods.vue

@@ -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>