tianyi 4 weeks ago
parent
commit
93b85ffeb3
  1. 2
      src/views/app/business/deposit/deposit.vue
  2. 2
      src/views/app/business/problemFeedback/problemFeedback.vue

2
src/views/app/business/deposit/deposit.vue

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

2
src/views/app/business/problemFeedback/problemFeedback.vue

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

Loading…
Cancel
Save