表格里的select事件

<el-table:data="dataTable" border style="width:100%" stripe @select="selectionChange">

selectionChange(selection){

              this. selectionIds = []

              for(leti=0;i<selection.length;i++){

                  selectionIds.push(selection[i].id)

              }

           },




猜你喜欢

转载自blog.csdn.net/xlx0403/article/details/80568539