回调方法传值汇总
<template v-slot="scope">
<el-switch v-model="scope.row.open" @change="(p1) => changeOpen(p1, scope.row)"></el-switch>
</template>
公域流量 多选
@selection-change=“val => multipleSelection = val”
<template v-slot="scope">
<el-switch v-model="scope.row.open" @change="(p1) => changeOpen(p1, scope.row)"></el-switch>
</template>
公域流量 多选
@selection-change=“val => multipleSelection = val”