|
@ -218,6 +218,8 @@ import { nextTick } from 'vue'; |
|
|
this.showList = [] |
|
|
this.showList = [] |
|
|
this.loadingType = ""; |
|
|
this.loadingType = ""; |
|
|
this.showList = this.getDataPage(this.index, this.pageSize) |
|
|
this.showList = this.getDataPage(this.index, this.pageSize) |
|
|
|
|
|
this.dataContent.handleQty = this.showList.length; |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
getDataPage(pageNo, pageSize) { |
|
|
getDataPage(pageNo, pageSize) { |
|
|