|
|
@ -109,7 +109,7 @@ |
|
|
getJiangLiList(){ |
|
|
getJiangLiList(){ |
|
|
JiangLiList(this.searchForm).then((res) => { |
|
|
JiangLiList(this.searchForm).then((res) => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|
this.data = res.result |
|
|
this.data = res.result.records |
|
|
this.total = res.result.total; |
|
|
this.total = res.result.total; |
|
|
if (this.data.length == 0 && this.searchForm.pageNum > 1) { |
|
|
if (this.data.length == 0 && this.searchForm.pageNum > 1) { |
|
|
this.searchForm.pageNum -= 1; |
|
|
this.searchForm.pageNum -= 1; |
|
|
|