index
This commit is contained in:
parent
57cb57b0f1
commit
6045a0d7cb
@ -362,7 +362,7 @@ export default {
|
|||||||
index(page = 1) {
|
index(page = 1) {
|
||||||
let data = this.searchDataHandle({}, { page }, this.params);
|
let data = this.searchDataHandle({}, { page }, this.params);
|
||||||
this.isShowLoading(true);
|
this.isShowLoading(true);
|
||||||
API.paginate(data).then(res => {
|
API.index(data).then(res => {
|
||||||
this.isShowLoading(false);
|
this.isShowLoading(false);
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.list_data = res.data;
|
this.list_data = res.data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user