|
@@ -60,7 +60,7 @@
|
|
|
:menu-config="{}"
|
|
|
:sort-config="{remote:true}"
|
|
|
:data="dataList"
|
|
|
- :tree-config="{transform: true, rowField: 'id', parentField: 'parentId'}"
|
|
|
+ :tree-config="{transform: true, rowField: 'id', parentField: 'parentId', accordion: true}"
|
|
|
:checkbox-config="{}">
|
|
|
<vxe-column type="seq" width="60" title="序号"></vxe-column>
|
|
|
<vxe-column title="归档批次号/报告号" field="no" align="center" tree-node>
|
|
@@ -264,6 +264,7 @@
|
|
|
}).then((data) => {
|
|
|
console.log('data',data.records)
|
|
|
this.dataList = data.records
|
|
|
+ console.log('data1',this.dataList)
|
|
|
this.tablePage.total = data.total
|
|
|
this.loading = false
|
|
|
})
|