|
@@ -162,6 +162,7 @@
|
|
|
id="salesLogisticsStat_saleSteelReports_table"
|
|
|
individual-panel
|
|
|
@resetTable="reset"
|
|
|
+ @select="selectOne"
|
|
|
@selection-change="handleSelectionChange()"
|
|
|
>
|
|
|
<el-table-column
|
|
@@ -2317,6 +2318,10 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
+ selectOne(selection, row){
|
|
|
+ console.log("selection:",row);
|
|
|
+ this.rowClick(row);
|
|
|
+ },
|
|
|
handleSelectionChange() {
|
|
|
console.log(this.$refs.tableRef.selection, 'selection')
|
|
|
this.batchCarrierList = []
|