This commit is contained in:
邓皓元 2018-12-21 11:58:58 +08:00
parent 57cb57b0f1
commit 6045a0d7cb

View File

@ -362,7 +362,7 @@ export default {
index(page = 1) {
let data = this.searchDataHandle({}, { page }, this.params);
this.isShowLoading(true);
API.paginate(data).then(res => {
API.index(data).then(res => {
this.isShowLoading(false);
if (res.code == 0) {
this.list_data = res.data;