|
@@ -77,7 +77,7 @@
|
|
:print-config="{}"
|
|
:print-config="{}"
|
|
@sort-change=""
|
|
@sort-change=""
|
|
:sort-config="{remote:true}"
|
|
:sort-config="{remote:true}"
|
|
- :data="dataList"
|
|
|
|
|
|
+ :data="collectList"
|
|
:row-config="{isCurrent: true}"
|
|
:row-config="{isCurrent: true}"
|
|
:radio-config="{trigger: 'row'}"
|
|
:radio-config="{trigger: 'row'}"
|
|
>
|
|
>
|
|
@@ -187,6 +187,15 @@
|
|
this.tableKey = Math.random()
|
|
this.tableKey = Math.random()
|
|
this.loading = false
|
|
this.loading = false
|
|
})
|
|
})
|
|
|
|
+ this.wareHouseService.collectHistoryList({
|
|
|
|
+ ...this.searchForm
|
|
|
|
+ }).then(({data}) => {
|
|
|
|
+ this.collectList = data.records
|
|
|
|
+ // this.collectList = data.collectList
|
|
|
|
+ this.tablePage.total = data.total
|
|
|
|
+ this.tableKey = Math.random()
|
|
|
|
+ this.loading = false
|
|
|
|
+ })
|
|
},
|
|
},
|
|
// 当前页
|
|
// 当前页
|
|
currentChangeHandle ({currentPage, pageSize}) {
|
|
currentChangeHandle ({currentPage, pageSize}) {
|