|
@@ -154,6 +154,7 @@
|
|
fit
|
|
fit
|
|
highlight-current-row
|
|
highlight-current-row
|
|
stripe
|
|
stripe
|
|
|
|
+
|
|
>
|
|
>
|
|
<el-table-column
|
|
<el-table-column
|
|
type="index"
|
|
type="index"
|
|
@@ -860,7 +861,6 @@ export default {
|
|
handletwoList() {
|
|
handletwoList() {
|
|
// this.searchForm.type
|
|
// this.searchForm.type
|
|
this.listLoading = true
|
|
this.listLoading = true
|
|
-
|
|
|
|
const paramss = {
|
|
const paramss = {
|
|
pageNum: this.dcurrentPage,
|
|
pageNum: this.dcurrentPage,
|
|
pageSize: -1,
|
|
pageSize: -1,
|
|
@@ -887,7 +887,7 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
})
|
|
})
|
|
- // this.dataList=[]
|
|
|
|
|
|
+
|
|
this.dataList = result.data.records
|
|
this.dataList = result.data.records
|
|
this.listTotal = result.data.total
|
|
this.listTotal = result.data.total
|
|
this.listLoading = false
|
|
this.listLoading = false
|