|
@@ -206,7 +206,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
</el-table>
|
|
</el-table>
|
|
- <el-table show-summary :data="warehouseList.records" height="560"
|
|
|
|
|
|
+ <el-table show-summary @selection-change="handleSelectionChange" :data="warehouseList.records" height="560"
|
|
v-show="this.warehouseType== '2'">
|
|
v-show="this.warehouseType== '2'">
|
|
<el-table-column type="selection" width="55" :selectable="selectInit"></el-table-column>
|
|
<el-table-column type="selection" width="55" :selectable="selectInit"></el-table-column>
|
|
<el-table-column type="expand">
|
|
<el-table-column type="expand">
|