|
@@ -39,9 +39,6 @@
|
|
|
:expandedRowKeys="expandedRowKeys"
|
|
|
:expandRowByClick="true"
|
|
|
:scroll="{ y: tableHeight }">
|
|
|
- <!-- <span slot="expandIcon">
|
|
|
- 1
|
|
|
- </span> -->
|
|
|
<a-table
|
|
|
slot="expandedRowRender"
|
|
|
:rowKey="(record) => record.id"
|
|
@@ -222,8 +219,6 @@ export default {
|
|
|
handleAssociate (row) {
|
|
|
this.itemSn = row.linkageGroupSn
|
|
|
this.nowData = row
|
|
|
- this.getSubItem(this.nowData)
|
|
|
- this.expandedRowKeys = [row.linkageGroupSn]
|
|
|
this.openModal = true
|
|
|
},
|
|
|
// 取消关联
|